Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DRewriteStatepointsForGC.h29 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def124 MODULE_PASS("rewrite-statepoints-for-gc", RewriteStatepointsForGC())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp133 PreservedAnalyses RewriteStatepointsForGC::run(Module &M, in run()
3028 bool RewriteStatepointsForGC::runOnFunction(Function &F, DominatorTree &DT, in runOnFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile1885 SRCS_MIN+= Transforms/Scalar/RewriteStatepointsForGC.cpp