Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp874 std::vector<Function *> TopDownFunctionList; in runOnModule() local
875 TopDownFunctionList.reserve(M.size()); in runOnModule()
876 buildTopDownFuncOrder(CG, TopDownFunctionList); in runOnModule()
877 for (auto *F : TopDownFunctionList) { in runOnModule()