Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h101 SmallSet<const Instruction *, 8> CatchInfoLost; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp190 assert(CatchInfoFound.size() == CatchInfoLost.size() && in clear()
197 CatchInfoLost.clear(); in clear()
DFastISel.cpp607 FuncInfo.CatchInfoLost.insert(Call); in SelectCall()
DSelectionDAGBuilder.cpp4690 FuncInfo.CatchInfoLost.insert(&I); in visitIntrinsicCall()