Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp26 static bool stripGCRelocates(Function &F) { in stripGCRelocates() function
60 if (!stripGCRelocates(F)) in run()
79 bool runOnFunction(Function &F) override { return ::stripGCRelocates(F); } in runOnFunction()