Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp522 for (auto &VarInfoEntry : FrameVarInfo) { in prepareExceptionHandlers() local
523 Value *ParentVal = VarInfoEntry.first; in prepareExceptionHandlers()
524 TinyPtrVector<AllocaInst *> &Allocas = VarInfoEntry.second; in prepareExceptionHandlers()