Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3129 const SmallSet<DebugVariableID, 4> &VarsWeCareAbout, in buildVLocValueMap() argument
3205 for (DebugVariableID VarID : VarsWeCareAbout) { in buildVLocValueMap()
3598 auto &VarsWeCareAbout = ScopeToVars.find(WS)->second; in depthFirstVLocAndEmit() local
3601 buildVLocValueMap(DILoc, VarsWeCareAbout, BlocksInScope, Output, MOutLocs, in depthFirstVLocAndEmit()
H A DInstrRefBasedImpl.h1437 const SmallSet<DebugVariableID, 4> &VarsWeCareAbout,