Searched refs:DstBlk (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 1398 void R600MachineCFGStructurizer::mergeLooplandBlock(MachineBasicBlock *DstBlk, in mergeLooplandBlock() argument 1400 LLVM_DEBUG(dbgs() << "loopPattern header = BB" << DstBlk->getNumber() in mergeLooplandBlock() 1403 insertInstrBefore(DstBlk, R600::WHILELOOP, DebugLoc()); in mergeLooplandBlock() 1404 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1405 DstBlk->replaceSuccessor(DstBlk, LandMBB); in mergeLooplandBlock()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 474 const CFGBlock *SrcBlk, const CFGBlock *DstBlk,
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 785 CFGBlock *DstBlk); 1981 LocalScope::const_iterator DstPos, CFGBlock *DstBlk) { in createScopeChangesHandlingBlock() argument 1983 return DstBlk; in createScopeChangesHandlingBlock() 1987 return DstBlk; in createScopeChangesHandlingBlock() 1997 addSuccessor(Block, DstBlk); in createScopeChangesHandlingBlock()
|