Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4318 auto OptBB = getOptionalSinkBlockForInst(I); in run() local
4319 if (OptBB) { in run()
4320 auto *UserParent = *OptBB; in run()