Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DMakeGuardsExplicit.h40 struct MakeGuardsExplicitPass : public PassInfoMixin<MakeGuardsExplicitPass> { struct
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMakeGuardsExplicit.cpp101 PreservedAnalyses MakeGuardsExplicitPass::run(Function &F, in run()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassRegistry.def281 FUNCTION_PASS("make-guards-explicit", MakeGuardsExplicitPass())