Searched refs:invalidateLiveness (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h174 /// invalidateLiveness - Indicates that register liveness is no longer being
179 void invalidateLiveness() { TracksLiveness = false; } function in class:llvm::MachineRegisterInfo
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp197 MF->getRegInfo().invalidateLiveness();
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp62 F.getRegInfo().invalidateLiveness();
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp374 MF->getRegInfo().invalidateLiveness();
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp192 MRI.invalidateLiveness();
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp395 MF->getRegInfo().invalidateLiveness();

Completed in 70 milliseconds