Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1080 SmallPtrSetImpl<const MachineBasicBlock *> &ArtificialBlocks);
2019 SmallPtrSetImpl<const MachineBasicBlock *> &ArtificialBlocks) { in join() argument
2066 bool IsArtificial = ArtificialBlocks.count(&MBB); in join()
2251 SmallPtrSet<const MachineBasicBlock *, 16> ArtificialBlocks; in ExtendRanges() local
2288 ArtificialBlocks.insert(&MBB); in ExtendRanges()
2332 ArtificialBlocks); in ExtendRanges()
H A DInstrRefBasedImpl.cpp3096 if (!ArtificialBlocks.count(succ)) in getBlocksForScope()
3114 if (!ToAdd.count(*CurSucc) && ArtificialBlocks.count(*CurSucc)) { in getBlocksForScope()
3443 ArtificialBlocks.insert(&MBB); in initialSetup()
3637 for (auto *MBB : ArtificialBlocks) in depthFirstVLocAndEmit()
3837 ArtificialBlocks.clear(); in ExtendRanges()
H A DInstrRefBasedImpl.h1201 SmallPtrSet<MachineBasicBlock *, 16> ArtificialBlocks;