|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/GlobalISel/Legalizer.h 59 .set(MachineFunctionProperties::Property::NoPHIs);
include/llvm/CodeGen/GlobalISel/RegBankSelect.h 638 .set(MachineFunctionProperties::Property::NoPHIs);
lib/CodeGen/MIRParser/MIRParser.cpp 330 Properties.set(MachineFunctionProperties::Property::NoPHIs);
lib/CodeGen/MachineFunction.cpp 94 case P::NoPHIs: return "NoPHIs";
lib/CodeGen/MachineVerifier.cpp 622 MachineFunctionProperties::Property::NoPHIs) && MRI->tracksLiveness()) {
1490 MachineFunctionProperties::Property::NoPHIs))
lib/CodeGen/PHIElimination.cpp 197 MF.getProperties().set(MachineFunctionProperties::Property::NoPHIs);
lib/CodeGen/RegAllocBasic.cpp 111 MachineFunctionProperties::Property::NoPHIs);
lib/CodeGen/RegAllocFast.cpp 172 MachineFunctionProperties::Property::NoPHIs);
lib/CodeGen/RegAllocGreedy.cpp 434 MachineFunctionProperties::Property::NoPHIs);
lib/CodeGen/RegAllocPBQP.cpp 140 MachineFunctionProperties::Property::NoPHIs);
lib/Target/RISCV/RISCVISelLowering.cpp 1345 F->getProperties().reset(MachineFunctionProperties::Property::NoPHIs);
lib/Target/SystemZ/SystemZISelLowering.cpp 6614 MF->getProperties().reset(MachineFunctionProperties::Property::NoPHIs);
tools/llvm-exegesis/lib/Assembler.cpp 188 Properties.set(MachineFunctionProperties::Property::NoPHIs);