Searched refs:CatchObjects (Results 1 – 2 of 2) sorted by relevance
100 DenseMap<const AllocaInst *, TinyPtrVector<int *>> CatchObjects; in set() local117 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()
101 DenseMap<const AllocaInst *, int *> CatchObjects; in set() local118 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()