Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp131 static bool shouldRewriteStatepointsIn(Function &F);
144 if (!shouldRewriteStatepointsIn(F)) in run()
3003 static bool shouldRewriteStatepointsIn(Function &F) { in shouldRewriteStatepointsIn() function
3016 assert(llvm::any_of(M, shouldRewriteStatepointsIn) && "precondition!"); in stripNonValidData()
3031 assert(shouldRewriteStatepointsIn(F) && "mismatch in rewrite decision"); in runOnFunction()