Searched defs:BlocksToExplore (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2919 vlocJoin(MachineBasicBlock & MBB,LiveIdxT & VLOCOutLocs,SmallPtrSet<const MachineBasicBlock *,8> & BlocksToExplore,DbgValue & LiveIn) vlocJoin() argument 3033 getBlocksForScope(const DILocation * DILoc,SmallPtrSetImpl<const MachineBasicBlock * > & BlocksToExplore,const SmallPtrSetImpl<MachineBasicBlock * > & AssignBlocks) getBlocksForScope() argument 3109 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore; buildVLocValueMap() local 3442 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore; makeDepthFirstEjectionMap() local 3534 SmallPtrSet<const MachineBasicBlock *, 8> BlocksToExplore; depthFirstVLocAndEmit() local [all...] |
/llvm-project/llvm/unittests/CodeGen/ |
H A D | InstrRefLDVTest.cpp | 212 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore, in vlocJoin() argument
|