Home
last modified time | relevance | path

Searched refs:buildCallGraph (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryFunctionCallGraph.h66 buildCallGraph(BinaryContext &BC, CgFilterFunction Filter = NoFilter,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp157 BinaryFunctionCallGraph CG = buildCallGraph(BC); in runOnFunctions()
H A DBinaryFunctionCallGraph.cpp82 buildCallGraph(BinaryContext &BC, CgFilterFunction Filter, bool CgFromPerfData, in buildCallGraph() function
H A DJTFootprintReduction.cpp256 CG.reset(new BinaryFunctionCallGraph(buildCallGraph(BC))); in runOnFunctions()
H A DFrameOptimizer.cpp236 CG = std::make_unique<BinaryFunctionCallGraph>(buildCallGraph(BC)); in runOnFunctions()
H A DReorderFunctions.cpp269 Cg = buildCallGraph(BC, in runOnFunctions()
H A DRegReAssign.cpp358 CG.reset(new BinaryFunctionCallGraph(buildCallGraph(BC))); in setupAggressivePass()
H A DIndirectCallPromotion.cpp1141 CG.reset(new BinaryFunctionCallGraph(buildCallGraph(BC))); in runOnFunctions()