Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3095 buildVLocValueMap(const DILocation * DILoc,const SmallSet<DebugVariable,4> & VarsWeCareAbout,SmallPtrSetImpl<MachineBasicBlock * > & AssignBlocks,LiveInsT & Output,FuncValueTable & MOutLocs,FuncValueTable & MInLocs,SmallVectorImpl<VLocTracker> & AllTheVLocs) buildVLocValueMap() argument
3553 auto &VarsWeCareAbout = ScopeToVars.find(WS)->second; depthFirstVLocAndEmit() local
/llvm-project/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp218 const SmallSet<DebugVariableID, 4> &VarsWeCareAbout, in buildVLocValueMap() argument