Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp128 static bool shouldRewriteStatepointsIn(Function &F);
141 if (!shouldRewriteStatepointsIn(F)) in run()
185 if (!shouldRewriteStatepointsIn(F)) in runOnModule()
3031 static bool shouldRewriteStatepointsIn(Function &F) { in shouldRewriteStatepointsIn() function
3045 assert(llvm::any_of(M, shouldRewriteStatepointsIn) && "precondition!"); in stripNonValidData()
3060 assert(shouldRewriteStatepointsIn(F) && "mismatch in rewrite decision"); in runOnFunction()