HomeSort by: relevance | last modified time | path
    Searched refs:isSSA (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 143 assert(MRI->isSSA() && "ProcessImplicitDefs only works on SSA form.");
LiveVariables.cpp 629 if (!MRI->isSSA())
MachineLICM.cpp 341 PreRegAlloc = MRI->isSSA();
IfConversion.cpp 460 PreRegAlloc = MRI->isSSA();
MachineVerifier.cpp 2280 if (MRI->isSSA() && Register::isVirtualRegister(Reg) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTaggingPreRA.cpp 353 assert(MRI->isSSA());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 326 static bool isSSA(const MachineFunction &MF) {
358 if (isSSA(MF))
359 Properties.set(MachineFunctionProperties::Property::IsSSA);
361 Properties.reset(MachineFunctionProperties::Property::IsSSA);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 3193 assert(!MI.getParent()->getParent()->getRegInfo().isSSA() &&
3219 if (MRI->isSSA()) {
3317 if (MRI.isSSA() && (StartMI->getParent() != EndMI->getParent())) {
3328 if (MRI.isSSA()) {
3432 bool PostRA = !MRI->isSSA();
3642 bool PostRA = !MRI->isSSA();
4296 if (MRI.isSSA())
4361 if (MRI.isSSA())
4450 bool PostRA = !MRI->isSSA();
4687 bool PostRA = !MRI->isSSA();
    [all...]
PPCReduceCRLogicals.cpp 147 assert(MRI->isSSA() && "Can only do this while the function is in SSA form.");
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 178 // isSSA - Returns true when the machine function is in SSA form. Early
185 bool isSSA() const {
187 MachineFunctionProperties::Property::IsSSA);
192 MF->getProperties().reset(MachineFunctionProperties::Property::IsSSA);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AvoidStoreForwardingBlocks.cpp 676 assert(MRI->isSSA() && "Expected MIR to be in SSA form");
X86DomainReassignment.cpp 738 assert(MRI->isSSA() && "Expected MIR to be in SSA form");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 1979 assert(MRI.isSSA());
7622 assert(MRI.isSSA());
7659 assert(MRI.isSSA() && "Must be run on SSA");
7691 assert(MRI.isSSA() && "Must be run on SSA");

Completed in 78 milliseconds