Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2919 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 DInstrRefLDVTest.cpp212 SmallPtrSet<const MachineBasicBlock *, 8> &BlocksToExplore, in vlocJoin() argument