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

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp217 LayoutSucc->livein_end());
219 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.h748 livein_iterator livein_end() const { return LiveIns.end(); } function in class:llvm::MachineRegisterInfo
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp337 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
346 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
355 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
H A DDeadMachineInstructionElim.cpp112 LI != (*S)->livein_end(); LI++)
H A DMachineBasicBlock.cpp297 for (livein_iterator I = livein_begin(),E = livein_end(); I != E; ++I)
347 livein_iterator I = std::find(livein_begin(), livein_end(), Reg);
348 return I != livein_end();
822 E = Succ->livein_end(); I != E; ++I)
H A DRegisterScavenging.cpp62 E = MBB->livein_end(); I != E; ++I)
H A DLiveVariables.cpp536 EE = MBB->livein_end(); II != EE; ++II) {
630 LE = SuccMBB->livein_end(); LI != LE; ++LI) {
H A DCriticalAntiDepBreaker.cpp65 E = (*SI)->livein_end(); I != E; ++I) {
H A DExecutionDepsFix.cpp371 e = MBB->livein_end(); i != e; ++i) {
H A DMachineVerifier.cpp509 LE = MBB->livein_end();
678 E = MBB->livein_end(); I != E; ++I) {
H A DScheduleDAGInstrs.cpp242 E = (*SI)->livein_end(); I != E; ++I) {
1063 E = (*SI)->livein_end(); I != E; ++I) {
H A DAggressiveAntiDepBreaker.cpp159 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.cpp796 E = MBB->livein_end(); I != E; ++I)
H A DTailDuplication.cpp804 E = TailBB->livein_end(); I != E; ++I) {
H A DLiveIntervalAnalysis.cpp291 LIE = MBB->livein_end(); LII != LIE; ++LII) {
H A DMachineLICM.cpp522 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.cpp292 LE = MRI.livein_end();
/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp110 E = MRI.livein_end(); I != E; ++I)
H A DX86FrameLowering.cpp298 EE = MF.getRegInfo().livein_end(); II != EE; ++II) {
1356 e = prologueMBB.livein_end(); i != e; i++) {
1600 E = prologueMBB.livein_end(); I != E; I++) {
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp344 LE = (*SI)->livein_end(); LI != LE; ++LI)
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp269 E = MF->getRegInfo().livein_end(); I != E; ++I) {

Completed in 2851 milliseconds

12