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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp270 BitVector LiveBundles; member in struct:__anon12262::RAGreedy::GlobalSplitCandidate
277 LiveBundles.clear();
284 for (int i = LiveBundles.find_first(); i >= 0;
285 i = LiveBundles.find_next(i))
1105 SpillPlacer->prepare(Cand.LiveBundles);
1117 if (!Cand.LiveBundles.any()) {
1123 for (int i = Cand.LiveBundles.find_first(); i>=0;
1124 i = Cand.LiveBundles.find_next(i))
1150 /// pattern in LiveBundles. This cost should be added to the local cost of the
1155 const BitVector &LiveBundles local
[all...]
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp113 // Numbered LiveBundle structs. LiveBundles[0] is used for all CFG edges
115 SmallVector<LiveBundle, 8> LiveBundles; member in struct:__anon12810::FPS
117 // The edge bundle analysis provides indices into the LiveBundles vector.
131 // Partition all the CFG edges into LiveBundles.
335 LiveBundles.clear();
346 assert(LiveBundles.empty() && "Stale data in LiveBundles");
347 LiveBundles.resize(Bundles->getNumBundles());
355 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask;
462 LiveBundles[Bundle
[all...]

Completed in 94 milliseconds