Searched refs:CatchObjects (Results 1 – 1 of 1) sorted by relevance
101 DenseMap<const AllocaInst *, TinyPtrVector<int *>> CatchObjects; in set() local118 CatchObjects.insert({AI, {}}).first->second.push_back( in set()165 auto Iter = CatchObjects.find(AI); in set()166 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()183 if (Iter != CatchObjects.end()) { in set()