Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInliner.cpp515 std::vector<BinaryFunction *> ConsideredFunctions; in runOnFunctions() local
520 ConsideredFunctions.push_back(&Function); in runOnFunctions()
522 llvm::sort(ConsideredFunctions, [](const BinaryFunction *A, in runOnFunctions()
526 for (BinaryFunction *Function : ConsideredFunctions) { in runOnFunctions()