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.cpp5897 bool MadeChangeInThisIteration = IC.prepareWorklist(F); in combineInstructionsOverFunction() local
5898 MadeChangeInThisIteration |= IC.run(); in combineInstructionsOverFunction()
5899 if (!MadeChangeInThisIteration) in combineInstructionsOverFunction()