Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp46 struct MakeGuardsExplicitLegacyPass : public FunctionPass { struct
48 MakeGuardsExplicitLegacyPass() : FunctionPass(ID) { in MakeGuardsExplicitLegacyPass() function
92 bool MakeGuardsExplicitLegacyPass::runOnFunction(Function &F) { in runOnFunction()
96 char MakeGuardsExplicitLegacyPass::ID = 0;
97 INITIALIZE_PASS(MakeGuardsExplicitLegacyPass, "make-guards-explicit",