reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
183 unsigned getOccurrenceCount() const { return Candidates.size(); } 189 for (const Candidate &C : Candidates) 209 unsigned getNumInstrs() const { return Candidates[0].getLength(); }lib/CodeGen/MachineOutliner.cpp
908 for (const Candidate &C : OF.Candidates) 994 for (size_t i = 0, e = OF.Candidates.size(); i < e; i++) { 997 OF.Candidates[i].front()->getDebugLoc()); 1077 if (OF.Candidates.size() < 2) 1120 Candidate &FirstCand = OF.Candidates.front(); 1207 erase_if(OF.Candidates, [&Mapper](Candidate &C) { 1229 for (Candidate &C : OF.Candidates) {