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.cpp2116 for (const auto *BBSucc : successors(ParentBB)) in emitInstructionAnnot() local
2117 if (DT.dominates(ParentBB, BBSucc)) in emitInstructionAnnot()
2118 printResult(BBSucc); in emitInstructionAnnot()