Searched refs:shouldRewriteStatepointsIn (Results 1 – 1 of 1) sorted by relevance
127 static bool shouldRewriteStatepointsIn(Function &F);140 if (!shouldRewriteStatepointsIn(F)) in run()186 if (!shouldRewriteStatepointsIn(F)) in runOnModule()2497 static bool shouldRewriteStatepointsIn(Function &F) { in shouldRewriteStatepointsIn() function2511 assert(llvm::any_of(M, shouldRewriteStatepointsIn) && "precondition!"); in stripNonValidData()2526 assert(shouldRewriteStatepointsIn(F) && "mismatch in rewrite decision"); in runOnFunction()