Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp214 struct GuardWideningLegacyPass : public FunctionPass { struct
218 GuardWideningLegacyPass() : FunctionPass(ID) { in GuardWideningLegacyPass() argument
679 char GuardWideningLegacyPass::ID = 0;
681 INITIALIZE_PASS_BEGIN(GuardWideningLegacyPass, "guard-widening", "Widen guards",
686 INITIALIZE_PASS_END(GuardWideningLegacyPass, "guard-widening", "Widen guards", in INITIALIZE_PASS_DEPENDENCY()
690 return new GuardWideningLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()