HomeSort by relevance Sort by last modified time
    Searched refs:LiveBundles (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 190 BitVector LiveBundles;
197 LiveBundles.clear();
204 for (int i = LiveBundles.find_first(); i >= 0;
205 i = LiveBundles.find_next(i))
876 SpillPlacer->prepare(Cand.LiveBundles);
888 if (!Cand.LiveBundles.any()) {
894 for (int i = Cand.LiveBundles.find_first(); i>=0;
895 i = Cand.LiveBundles.find_next(i))
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 106 // Numbered LiveBundle structs. LiveBundles[0] is used for all CFG edges
108 SmallVector<LiveBundle, 8> LiveBundles;
110 // The edge bundle analysis provides indices into the LiveBundles vector.
125 // Partition all the CFG edges into LiveBundles.
379 LiveBundles.clear();
390 assert(LiveBundles.empty() && "Stale data in LiveBundles");
391 LiveBundles.resize(Bundles->getNumBundles());
400 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)].Mask |= Mask;
502 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)]
    [all...]

Completed in 317 milliseconds