Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOForceFunctionAttrs.cpp18 static bool shouldRunOnFunction(Function &F, ProfileSummaryInfo &PSI, in shouldRunOnFunction() function
/llvm-project/bolt/lib/Passes/
H A DThreeWayBranch.cpp20 bool ThreeWayBranch::shouldRunOnFunction(BinaryFunction &Function) { in shouldRunOnFunction() function in llvm::bolt::ThreeWayBranch