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