Home
last modified time | relevance | path

Searched refs:skipSCC (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h83 bool skipSCC(CallGraphSCC &SCC) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp167 if (skipSCC(SCC)) in runOnSCC()
H A DInliner.cpp292 if (skipSCC(SCC)) in runOnSCC()
H A DArgumentPromotion.cpp1110 if (skipSCC(SCC)) in runOnSCC()
H A DFunctionAttrs.cpp1697 if (skipSCC(SCC)) in runOnSCC()
H A DOpenMPOpt.cpp2578 if (DisableOpenMPOptimizations || skipSCC(CGSCC)) in runOnSCC()
H A DAttributor.cpp2564 if (skipSCC(SCC)) in runOnSCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp752 bool CallGraphSCCPass::skipSCC(CallGraphSCC &SCC) const { in skipSCC() function in CallGraphSCCPass
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DOptBisect.rst158 bool CallGraphSCCPass::skipSCC(CallGraphSCC &SCC);