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()
1050 SpillPlacer->prepare(Cand.LiveBundles); in calcCompactRegion()
1062 if (!Cand.LiveBundles.any()) { in calcCompactRegion()
1068 for (int i = Cand.LiveBundles.find_first(); i>=0; in calcCompactRegion()
1069 i = Cand.LiveBundles.find_next(i)) in calcCompactRegion()
1100 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
1105 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost()
[all …]
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp109 SmallVector<LiveBundle, 8> LiveBundles; member
381 LiveBundles.clear(); in runOnMachineFunction()
392 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFG()
393 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG()
402 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)].Mask |= Mask; in bundleCFG()
504 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
543 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()