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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp32 struct LowerGuardIntrinsicLegacyPass : public FunctionPass { struct in namespace:__anon4682
34 LowerGuardIntrinsicLegacyPass() : FunctionPass(ID) { function in struct:__anon4682::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 104 milliseconds