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

12

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp216 LayoutSucc->livein_end());
218 JumpAroundTarget->livein_end());
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp329 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
338 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
347 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
H A DDeadMachineInstructionElim.cpp108 LI != (*S)->livein_end(); LI++)
H A DMachineBasicBlock.cpp295 for (livein_iterator I = livein_begin(),E = livein_end(); I != E; ++I)
341 livein_iterator I = std::find(livein_begin(), livein_end(), Reg);
342 return I != livein_end();
811 E = Succ->livein_end(); I != E; ++I)
H A DRegisterScavenging.cpp62 E = MBB->livein_end(); I != E; ++I)
H A DLiveVariables.cpp537 EE = MBB->livein_end(); II != EE; ++II) {
631 LE = SuccMBB->livein_end(); LI != LE; ++LI) {
H A DCriticalAntiDepBreaker.cpp64 E = (*SI)->livein_end(); I != E; ++I) {
H A DExecutionDepsFix.cpp357 e = MBB->livein_end(); i != e; ++i) {
H A DPostRASchedulerList.cpp425 E = (*SI)->livein_end(); I != E; ++I) {
H A DMachineVerifier.cpp498 LE = MBB->livein_end();
667 E = MBB->livein_end(); I != E; ++I) {
H A DAggressiveAntiDepBreaker.cpp158 E = (*SI)->livein_end(); I != E; ++I) {
H A DMachineFunction.cpp340 I = RegInfo->livein_begin(), E = RegInfo->livein_end(); I != E; ++I) {
H A DRegAllocFast.cpp795 E = MBB->livein_end(); I != E; ++I)
H A DTailDuplication.cpp797 E = TailBB->livein_end(); I != E; ++I) {
H A DLiveIntervalAnalysis.cpp280 LIE = MBB->livein_end(); LII != LIE; ++LII) {
H A DMachineLICM.cpp518 E = BB->livein_end(); I != E; ++I) {
H A DScheduleDAGInstrs.cpp231 E = (*SI)->livein_end(); I != E; ++I) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp116 E = MRI.livein_end(); I != E; ++I)
H A DX86FrameLowering.cpp294 EE = MF.getRegInfo().livein_end(); II != EE; ++II) {
1457 e = prologueMBB.livein_end(); i != e; i++) {
1699 E = prologueMBB.livein_end(); I != E; I++) {
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUIndirectAddressing.cpp148 while (LI != MBB.livein_end()) {
164 LE = MBB.livein_end();
H A DR600InstrInfo.cpp583 LE = MRI.livein_end();
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h487 livein_iterator livein_end() const { return LiveIns.end(); } function in class:llvm::MachineRegisterInfo
H A DMachineBasicBlock.h316 livein_iterator livein_end() const { return LiveIns.end(); } function in class:llvm::MachineBasicBlock
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp93 MachineRegisterInfo::livein_iterator LIE = MRI.livein_end();
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp348 LE = (*SI)->livein_end(); LI != LE; ++LI)

Completed in 329 milliseconds

12