Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h145 unsigned getNumInstrs(const SUnit *SU) const { in getNumInstrs() function
DMachineOutliner.h209 unsigned getNumInstrs() const { return Candidates[0].getLength(); } in getNumInstrs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp993 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions " in emitOutlinedFunctionRemark()
DMachineScheduler.cpp3721 SS << " I:" << DFS->getNumInstrs(SU); in getNodeLabel()