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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerWidenableCondition.cpp32 struct LowerWidenableConditionLegacyPass : public FunctionPass { struct in namespace:__anon4685
34 LowerWidenableConditionLegacyPass() : FunctionPass(ID) { function in struct:__anon4685::LowerWidenableConditionLegacyPass
67 bool LowerWidenableConditionLegacyPass::runOnFunction(Function &F) {
71 char LowerWidenableConditionLegacyPass::ID = 0;
72 INITIALIZE_PASS(LowerWidenableConditionLegacyPass, "lower-widenable-condition",
77 return new LowerWidenableConditionLegacyPass();

Completed in 103 milliseconds