Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp100 DenseMap<const AllocaInst *, TinyPtrVector<int *>> CatchObjects; in set() local
117 CatchObjects.insert({AI, {}}).first->second.push_back( in set()
151 auto Iter = CatchObjects.find(AI); in set()
152 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
163 if (Iter != CatchObjects.end()) { in set()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp101 DenseMap<const AllocaInst *, int *> CatchObjects; in set() local
118 CatchObjects.insert({AI, &H.CatchObj.FrameIndex}); in set()
149 auto Iter = CatchObjects.find(AI); in set()
150 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
161 if (Iter != CatchObjects.end()) in set()