Searched refs:shouldRewriteStatepointsIn (Results 1 – 1 of 1) sorted by relevance
131 static bool shouldRewriteStatepointsIn(Function &F);144 if (!shouldRewriteStatepointsIn(F)) in run()3005 static bool shouldRewriteStatepointsIn(Function &F) { in shouldRewriteStatepointsIn() function3018 assert(llvm::any_of(M, shouldRewriteStatepointsIn) && "precondition!"); in stripNonValidData()3033 assert(shouldRewriteStatepointsIn(F) && "mismatch in rewrite decision"); in runOnFunction()