Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp766 auto isNotSameOperation = [&I0](Instruction *I) { in analyzeInstructionForSinking() local
770 if (any_of(NewInsts, isNotSameOperation)) in analyzeInstructionForSinking()