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 259 void growRegion(GlobalSplitCandidate &Cand);
778 void RAGreedy::growRegion(GlobalSplitCandidate &Cand) {
781 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks;
814 if (Cand.PhysReg)
815 addThroughConstraints(Cand.Intf, NewBlocks);
835 bool RAGreedy::calcCompactRegion(GlobalSplitCandidate &Cand) {
841 Cand.reset(IntfCache, 0);
847 SpillPlacer->prepare(Cand.LiveBundles);
849 // The static split cost will be zero since Cand.Intf reports no interference.
851 if (!addSplitConstraints(Cand.Intf, Cost))
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 81 milliseconds