Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp105 DenseMap<const AllocaInst *, TinyPtrVector<int *>> CatchObjects; in set() local
122 CatchObjects[AI].push_back(&H.CatchObj.FrameIndex); in set()
151 auto Iter = CatchObjects.find(AI); in set()
152 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
170 if (Iter != CatchObjects.end()) { in set()