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.cpp888 std::vector<Function *> TopDownFunctionList; in runOnModule() local
889 TopDownFunctionList.reserve(M.size()); in runOnModule()
890 buildTopDownFuncOrder(CG, TopDownFunctionList); in runOnModule()
891 for (auto *F : TopDownFunctionList) { in runOnModule()