Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp2042 for (const auto *BBSucc : successors(ParentBB)) in emitInstructionAnnot() local
2043 if (DT.dominates(ParentBB, BBSucc)) in emitInstructionAnnot()
2044 printResult(BBSucc); in emitInstructionAnnot()