Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DRewriteStatepointsForGC.h30 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassRegistry.def77 MODULE_PASS("rewrite-statepoints-for-gc", RewriteStatepointsForGC())
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp129 PreservedAnalyses RewriteStatepointsForGC::run(Module &M, in run()
165 RewriteStatepointsForGC Impl;
2521 bool RewriteStatepointsForGC::runOnFunction(Function &F, DominatorTree &DT, in runOnFunction()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1399 SRCS_MIN+= Transforms/Scalar/RewriteStatepointsForGC.cpp