Searched refs:LowerGuardIntrinsicLegacyPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp32 struct LowerGuardIntrinsicLegacyPass : public FunctionPass { struct in namespace:__anon5693
34 LowerGuardIntrinsicLegacyPass() : FunctionPass(ID) { function in struct:__anon5693::LowerGuardIntrinsicLegacyPass
71 bool LowerGuardIntrinsicLegacyPass::runOnFunction(Function &F) {
75 char LowerGuardIntrinsicLegacyPass::ID = 0;
76 INITIALIZE_PASS(LowerGuardIntrinsicLegacyPass, "lower-guard-intrinsic",
81 return new LowerGuardIntrinsicLegacyPass();

Completed in 160 milliseconds