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

/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp63 F.getRegInfo().invalidateLiveness();
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h175 /// invalidateLiveness - Indicates that register liveness is no longer being
180 void invalidateLiveness() { TracksLiveness = false; } function in class:llvm::MachineRegisterInfo
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp186 F.getRegInfo().invalidateLiveness();
H A DMipsConstantIslandPass.cpp469 MF->getRegInfo().invalidateLiveness();
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp200 MRI.invalidateLiveness();
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp396 MF->getRegInfo().invalidateLiveness();

Completed in 392 milliseconds