Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5098 auto OptBB = getOptionalSinkBlockForInst(I); in run() local
5099 if (OptBB) { in run()
5100 auto *UserParent = *OptBB; in run()