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