Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h95 DenseMap<const BasicBlock *, int> BlockToStateMap; // for AsynchEH member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp254 auto [StateIt, Inserted] = EHInfo.BlockToStateMap.try_emplace(BB); in calculateCXXStateForAsynchEH()
316 if (auto It = EHInfo.BlockToStateMap.find(BB); in calculateSEHStateForAsynchEH()
317 It != EHInfo.BlockToStateMap.end() && It->second <= State) in calculateSEHStateForAsynchEH()
324 EHInfo.BlockToStateMap[BB] = State; // Record state in calculateSEHStateForAsynchEH()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1467 int State = EHInfo->BlockToStateMap[BB]; in reportIPToStateForBlocks()