Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp216 PathToKind singlePathTo(MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB,
257 static void cloneSuccessorList(MachineBasicBlock *DstMBB,
291 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB);
292 void mergeSerialBlock(MachineBasicBlock *DstMBB,
298 void mergeLooplandBlock(MachineBasicBlock *DstMBB,
328 MachineBasicBlock *DstMBB, MachineBasicBlock::iterator I);
384 MachineBasicBlock *SrcMBB, MachineBasicBlock *DstMBB, in singlePathTo() argument
386 assert(DstMBB); in singlePathTo()
387 if (SrcMBB == DstMBB) in singlePathTo()
391 if (SrcMBB == DstMBB) in singlePathTo()
[all …]