Searched refs:VarInfoEntry (Results 1 – 1 of 1) sorted by relevance
522 for (auto &VarInfoEntry : FrameVarInfo) { in prepareExceptionHandlers() local523 Value *ParentVal = VarInfoEntry.first; in prepareExceptionHandlers()524 TinyPtrVector<AllocaInst *> &Allocas = VarInfoEntry.second; in prepareExceptionHandlers()