Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp126 static bool shouldRewriteStatepointsIn(Function &F);
139 if (!shouldRewriteStatepointsIn(F)) in run()
183 if (!shouldRewriteStatepointsIn(F)) in runOnModule()
2903 static bool shouldRewriteStatepointsIn(Function &F) { in shouldRewriteStatepointsIn() function
2917 assert(llvm::any_of(M, shouldRewriteStatepointsIn) && "precondition!"); in stripNonValidData()
2932 assert(shouldRewriteStatepointsIn(F) && "mismatch in rewrite decision"); in runOnFunction()