Home
last modified time | relevance | path

Searched refs:getNumInstrs (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h145 unsigned getNumInstrs(const SUnit *SU) const { in getNumInstrs() function
H A DMachineOutliner.h260 unsigned getNumInstrs() const { return Candidates[0].getLength(); } in getNumInstrs() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp509 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions " in emitOutlinedFunctionRemark()
H A DMachineScheduler.cpp3941 SS << " I:" << DFS->getNumInstrs(SU); in getNodeLabel()