Searched defs:LowerGuardIntrinsicLegacyPass (Results 1 – 1 of 1) sorted by relevance
32 struct LowerGuardIntrinsicLegacyPass : public FunctionPass { struct33 static char ID;34 LowerGuardIntrinsicLegacyPass() : FunctionPass(ID) { in LowerGuardIntrinsicLegacyPass() argument