Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp295 void mergeIfthenelseBlock(MachineInstr *BranchMI,
671 MachineInstr *BranchMI = getLoopendBlockBranchInstr(SrcMBB); in replaceInstrUseOfBlockWith() local
672 if (BranchMI && isCondBranch(BranchMI) && in replaceInstrUseOfBlockWith()
673 getTrueBranch(BranchMI) == OldMBB) in replaceInstrUseOfBlockWith()
674 setTrueBranch(BranchMI, NewBlk); in replaceInstrUseOfBlockWith()
967 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in ifPatternMatch() local
968 if (!BranchMI) in ifPatternMatch()
971 assert(isCondBranch(BranchMI)); in ifPatternMatch()
974 MachineBasicBlock *TrueMBB = getTrueBranch(BranchMI); in ifPatternMatch()
977 MachineBasicBlock *FalseMBB = getFalseBranch(MBB, BranchMI); in ifPatternMatch()
[all …]