Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2561 static bool shouldRewriteStatepointsIn(Function &F) { in shouldRewriteStatepointsIn() function
2575 assert(std::any_of(M.begin(), M.end(), shouldRewriteStatepointsIn) && in stripNonValidAttributes()
2593 if (!shouldRewriteStatepointsIn(F)) in runOnFunction()