Home
last modified time | relevance | path

Searched defs:shouldProcess (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/lib/Passes/
H A DAllocCombiner.cpp51 static bool shouldProcess(const BinaryFunction &Function) { in shouldProcess() function
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2956 auto shouldProcess = [&](const BinaryFunction &Function) { selectFunctionsToProcess() local