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.cpp1083 SmallPtrSetImpl<const MachineBasicBlock *> &ArtificialBlocks);
2026 SmallPtrSetImpl<const MachineBasicBlock *> &ArtificialBlocks) { in join() argument
2073 bool IsArtificial = ArtificialBlocks.count(&MBB); in join()
2257 SmallPtrSet<const MachineBasicBlock *, 16> ArtificialBlocks; in ExtendRanges() local
2294 ArtificialBlocks.insert(&MBB); in ExtendRanges()
2338 ArtificialBlocks); in ExtendRanges()
H A DInstrRefBasedImpl.cpp3126 if (!ArtificialBlocks.count(succ)) in getBlocksForScope()
3144 if (!ToAdd.count(*CurSucc) && ArtificialBlocks.count(*CurSucc)) { in getBlocksForScope()
3472 ArtificialBlocks.insert(&MBB); in initialSetup()
3666 for (auto *MBB : ArtificialBlocks) in depthFirstVLocAndEmit()
3864 ArtificialBlocks.clear(); in ExtendRanges()
H A DInstrRefBasedImpl.h1193 SmallPtrSet<MachineBasicBlock *, 16> ArtificialBlocks;