Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h93 DenseMap<const InvokeInst *, int> InvokeStateMap; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp209 FuncInfo.InvokeStateMap[II] = BaseState; in calculateStateNumbersForInvokes()
213 FuncInfo.InvokeStateMap[II] = FuncInfo.EHPadStateMap[PadInst]; in calculateStateNumbersForInvokes()
1244 assert(InvokeStateMap.count(II) && in addIPToStateRange()
1246 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp535 assert(FuncInfo.InvokeStateMap.count(II) && "invoke has no state!"); in getStateForCallSite()
536 return FuncInfo.InvokeStateMap[II]; in getStateForCallSite()