Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h33 bool VerifyFixpoint = false; member
44 VerifyFixpoint = Value; in setVerifyFixpoint()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5409 if (Iteration > Opts.MaxIterations && !Opts.VerifyFixpoint) { in combineInstructionsOverFunction()
5458 OS << (Options.VerifyFixpoint ? "" : "no-") << "verify-fixpoint"; in printPipeline()