Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5423 bool MadeChangeInThisIteration = IC.prepareWorklist(F, RPOT); in combineInstructionsOverFunction() local
5424 MadeChangeInThisIteration |= IC.run(); in combineInstructionsOverFunction()
5425 if (!MadeChangeInThisIteration) in combineInstructionsOverFunction()