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

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 271 void growRegion(GlobalSplitCandidate &Cand);
787 void RAGreedy::growRegion(GlobalSplitCandidate &Cand) {
790 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks;
823 if (Cand.PhysReg)
824 addThroughConstraints(Cand.Intf, NewBlocks);
844 bool RAGreedy::calcCompactRegion(GlobalSplitCandidate &Cand) {
850 Cand.reset(IntfCache, 0);
856 SpillPlacer->prepare(Cand.LiveBundles);
858 // The static split cost will be zero since Cand.Intf reports no interference.
860 if (!addSplitConstraints(Cand.Intf, Cost))
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 316 milliseconds