Home
last modified time | relevance | path

Searched refs:LiveBundles (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp257 BitVector LiveBundles; member
264 LiveBundles.clear(); in reset()
271 for (int i = LiveBundles.find_first(); i >= 0; in getBundles()
272 i = LiveBundles.find_next(i)) in getBundles()
1073 SpillPlacer->prepare(Cand.LiveBundles); in calcCompactRegion()
1085 if (!Cand.LiveBundles.any()) { in calcCompactRegion()
1091 for (int i = Cand.LiveBundles.find_first(); i>=0; in calcCompactRegion()
1092 i = Cand.LiveBundles.find_next(i)) in calcCompactRegion()
1123 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
1128 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost()
[all …]
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp115 SmallVector<LiveBundle, 8> LiveBundles; member
336 LiveBundles.clear(); in runOnMachineFunction()
347 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFG()
348 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG()
357 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)].Mask |= Mask; in bundleCFG()
464 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
503 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()