Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1302 auto BranchStateIter = RegionMCDCState->BranchByStmt.find(S); in emitMCDCCondBitmapUpdate() local
1303 if (BranchStateIter == RegionMCDCState->BranchByStmt.end()) in emitMCDCCondBitmapUpdate()
1307 const auto &Branch = BranchStateIter->second; in emitMCDCCondBitmapUpdate()