Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp48 struct MakeGuardsExplicitLegacyPass : public FunctionPass { struct
50 MakeGuardsExplicitLegacyPass() : FunctionPass(ID) { in MakeGuardsExplicitLegacyPass() function
94 bool MakeGuardsExplicitLegacyPass::runOnFunction(Function &F) { in runOnFunction()
98 char MakeGuardsExplicitLegacyPass::ID = 0;
99 INITIALIZE_PASS(MakeGuardsExplicitLegacyPass, "make-guards-explicit",