Searched refs:Cand (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocGreedy.cpp257 void growRegion(GlobalSplitCandidate &Cand);
792 void RAGreedy::growRegion(GlobalSplitCandidate &Cand) {
795 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks;
828 if (Cand.PhysReg)
829 addThroughConstraints(Cand.Intf, NewBlocks);
849 bool RAGreedy::calcCompactRegion(GlobalSplitCandidate &Cand) {
855 Cand.reset(IntfCache, 0);
861 SpillPlacer->prepare(Cand.LiveBundles);
863 // The static split cost will be zero since Cand.Intf reports no interference.
865 if (!addSplitConstraints(Cand
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.cpp420 CodeGenRegister *Cand = const_cast<CodeGenRegister*>(Leads[i]); local
422 if (Cand == this || getSubRegIndex(Cand))
424 // Check if each component of Cand is already a sub-register.
428 assert(!Cand->ExplicitSubRegs.empty() &&
430 for (unsigned j = 1, e = Cand->ExplicitSubRegs.size(); j != e; ++j) {
431 if (CodeGenSubRegIndex *Idx = getSubRegIndex(Cand->ExplicitSubRegs[j]))
439 // If some Cand sub-register is not part of this register, or if Cand only
444 // Each part of Cand i
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcucumber.vim46 \"ro": {"and": "Si\\>", "background": "Conditii\\>", "but": "Dar\\>", "examples": "Exemplele\\>", "feature": "Functionalitate\\>", "given": "Daca\\>", "scenario": "Scenariu\\>", "scenario_outline": "Scenariul de sablon\\>", "then": "Atunci\\>", "when": "Cand\\>"},

Completed in 73 milliseconds