Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2883 auto IsNoopInstrForStoreMerging = [](BasicBlock::iterator BBI) { in visitUnconditionalBranchInst() local
2892 } while (BBI != FirstInstr && IsNoopInstrForStoreMerging(BBI)); in visitUnconditionalBranchInst()