Home
last modified time | relevance | path

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

/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()