Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1851 std::vector<Function *> FunctionOrderList; in buildFunctionOrder() local
1852 FunctionOrderList.reserve(M.size()); in buildFunctionOrder()
1870 FunctionOrderList.push_back(&F); in buildFunctionOrder()
1871 return FunctionOrderList; in buildFunctionOrder()
1936 FunctionOrderList.push_back(F); in buildFunctionOrder()
1940 std::reverse(FunctionOrderList.begin(), FunctionOrderList.end()); in buildFunctionOrder()
1942 buildTopDownFuncOrder(CG, FunctionOrderList); in buildFunctionOrder()
1946 for (auto F : FunctionOrderList) { in buildFunctionOrder()
1951 return FunctionOrderList; in buildFunctionOrder()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h161 std::vector<Function *> &FunctionOrderList) {
168 FunctionOrderList.push_back(&F);
172 std::reverse(FunctionOrderList.begin(), FunctionOrderList.end());