Searched refs:StripGCRelocates (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp1 //===- StripGCRelocates.cpp - Remove gc.relocates inserted by RewriteStatePoints===//
28 struct StripGCRelocates : public FunctionPass { struct in namespace:__anon5771
30 StripGCRelocates() : FunctionPass(ID) { function in struct:__anon5771::StripGCRelocates
39 char StripGCRelocates::ID = 0;
42 bool StripGCRelocates::runOnFunction(Function &F) {
74 INITIALIZE_PASS(StripGCRelocates, "strip-gc-relocates",
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1572 SRCS_MIN+= Transforms/Utils/StripGCRelocates.cpp

Completed in 55 milliseconds