Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp270 BitVector LiveBundles; member
277 LiveBundles.clear(); in reset()
284 for (int i = LiveBundles.find_first(); i >= 0; in getBundles()
285 i = LiveBundles.find_next(i)) in getBundles()
1105 SpillPlacer->prepare(Cand.LiveBundles); in calcCompactRegion()
1117 if (!Cand.LiveBundles.any()) { in calcCompactRegion()
1123 for (int i = Cand.LiveBundles.find_first(); i>=0; in calcCompactRegion()
1124 i = Cand.LiveBundles.find_next(i)) in calcCompactRegion()
1155 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
1160 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost()
[all …]
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp115 SmallVector<LiveBundle, 8> LiveBundles; member
335 LiveBundles.clear(); in runOnMachineFunction()
346 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFG()
347 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG()
355 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask; in bundleCFG()
462 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
501 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()