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.cpp5558 auto OptBB = getOptionalSinkBlockForInst(I); in run() local
5559 if (OptBB) { in run()
5560 auto *UserParent = *OptBB; in run()