Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp162 BitVector LiveBundles; member
168 LiveBundles.clear(); in reset()
794 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
799 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost()
800 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)]; in calcGlobalSplitCost()
813 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)]; in calcGlobalSplitCost()
814 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)]; in calcGlobalSplitCost()
840 const BitVector &LiveBundles = Cand.LiveBundles; in splitAroundRegion() local
845 for (int i = LiveBundles.find_first(); i>=0; i = LiveBundles.find_next(i)) in splitAroundRegion()
862 LiveBundles[Bundles->getBundle(BI.MBB->getNumber(), 0)]; in splitAroundRegion()
[all …]
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp109 SmallVector<LiveBundle, 8> LiveBundles; member
363 LiveBundles.clear(); in runOnMachineFunction()
374 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFG()
375 LiveBundles.resize(Bundles->getNumBundles()); in bundleCFG()
384 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)].Mask |= Mask; in bundleCFG()
481 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]; in setupBlockStack()
520 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()