Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp525 std::vector<Function *> buildFunctionOrder(Module &M, LazyCallGraph &CG);
1850 SampleProfileLoader::buildFunctionOrder(Module &M, LazyCallGraph &CG) { in buildFunctionOrder() function in SampleProfileLoader
2202 for (auto *F : buildFunctionOrder(M, CG)) { in runOnModule()