Searched refs:livein_end (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 LayoutSucc->livein_end());
215 JumpAroundTarget->livein_end());
/external/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h117 LE = MBB->livein_end(); LI != LE; ++LI)
H A DMachineBasicBlock.h339 livein_iterator livein_end() const { return LiveIns.end(); } function in class:llvm::MachineBasicBlock
H A DMachineRegisterInfo.h775 livein_iterator livein_end() const { return LiveIns.end(); } function in class:llvm::MachineRegisterInfo
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp340 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
349 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
358 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
H A DDeadMachineInstructionElim.cpp117 LI != (*S)->livein_end(); LI++)
H A DMachineBasicBlock.cpp288 for (livein_iterator I = livein_begin(),E = livein_end(); I != E; ++I)
338 livein_iterator I = std::find(livein_begin(), livein_end(), Reg);
339 return I != livein_end();
814 E = Succ->livein_end(); I != E; ++I)
H A DRegisterScavenging.cpp54 E = MBB->livein_end(); I != E; ++I)
H A DLiveVariables.cpp563 EE = MBB->livein_end(); II != EE; ++II) {
605 LE = SuccMBB->livein_end(); LI != LE; ++LI) {
H A DCriticalAntiDepBreaker.cpp61 E = (*SI)->livein_end(); I != E; ++I) {
H A DExecutionDepsFix.cpp379 e = MBB->livein_end(); i != e; ++i) {
H A DMachineVerifier.cpp501 LE = MBB->livein_end();
674 E = MBB->livein_end(); I != E; ++I) {
H A DScheduleDAGInstrs.cpp242 E = (*SI)->livein_end(); I != E; ++I) {
1081 E = (*SI)->livein_end(); I != E; ++I) {
H A DAggressiveAntiDepBreaker.cpp153 E = (*SI)->livein_end(); I != E; ++I) {
H A DMachineFunction.cpp358 I = RegInfo->livein_begin(), E = RegInfo->livein_end(); I != E; ++I) {
H A DRegAllocFast.cpp803 E = MBB->livein_end(); I != E; ++I)
H A DTailDuplication.cpp802 E = TailBB->livein_end(); I != E; ++I) {
H A DLiveIntervalAnalysis.cpp309 LIE = MBB->livein_end(); LII != LIE; ++LII) {
H A DMachineLICM.cpp537 E = BB->livein_end(); I != E; ++I) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp108 for (auto LI = (*SI)->livein_begin(), LE = (*SI)->livein_end();
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp287 LE = MRI.livein_end();
/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp110 E = MRI.livein_end(); I != E; ++I)
H A DX86FrameLowering.cpp195 EE = MF.getRegInfo().livein_end(); II != EE; ++II) {
1638 e = prologueMBB.livein_end(); i != e; i++) {
1918 E = prologueMBB.livein_end(); I != E; I++) {
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp351 LE = (*SI)->livein_end(); LI != LE; ++LI)
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp318 E = MF->getRegInfo().livein_end(); I != E; ++I) {

Completed in 689 milliseconds

12