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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1206 LiveInterval *GlobalLI = &LIS->getInterval(GlobalReg); local
1209 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex());
1210 // If GlobalLI does not overlap LocalLI->start, then a copy directly feeds a
1214 if (GlobalSegment == GlobalLI->end())
1219 // LocalLI->start, then advance to the next segement. If a hole in GlobalLI
1224 if (GlobalSegment == GlobalLI->end())
1227 // Check if GlobalLI contains a hole in the vicinity of LocalLI.
1228 if (GlobalSegment != GlobalLI->begin()) {
1240 // If GlobalLI has a prior segment, it must be live into the EBB. Otherwise
1253 // GlobalDef is the bottom of the GlobalLI hol
[all...]

Completed in 182 milliseconds