Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp190 assert(CatchInfoFound.size() == CatchInfoLost.size() && in clear()
198 CatchInfoFound.clear(); in clear()
443 FLI.CatchInfoFound.insert(EHSel); in CopyCatchInfo()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h102 SmallSet<const Instruction *, 8> CatchInfoFound; variable