Home
last modified time | relevance | path

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

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