Searched refs:isSSA (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp144 assert(MRI->isSSA() && "ProcessImplicitDefs only works on SSA form.");
H A DMachineVerifier.cpp505 if (MRI->isSSA()) {
889 if (!MRI->isSSA() && MO->isUse() &&
1077 if (MRI->isSSA() && TargetRegisterInfo::isVirtualRegister(Reg) &&
H A DLiveVariables.cpp516 if (!MRI->isSSA())
H A DMachineFunction.cpp337 OS << (RegInfo->isSSA() ? "SSA" : "Post SSA");
H A DRegAllocFast.cpp1081 assert(!MRI->isSSA() && "regalloc requires leaving SSA");
H A DTailDuplication.cpp144 PreRegAlloc = MRI->isSSA();
H A DMachineLICM.cpp335 PreRegAlloc = MRI->isSSA();
H A DIfConversion.cpp284 PreRegAlloc = MRI->isSSA();
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h153 // isSSA - Returns true when the machine function is in SSA form. Early
160 bool isSSA() const { return IsSSA; } function in class:llvm::MachineRegisterInfo

Completed in 187 milliseconds