Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp304 void mergeIfthenelseBlock(MachineInstr *BranchMI,
711 MachineInstr *BranchMI = getLoopendBlockBranchInstr(SrcMBB); in replaceInstrUseOfBlockWith() local
712 if (BranchMI && isCondBranch(BranchMI) && in replaceInstrUseOfBlockWith()
713 getTrueBranch(BranchMI) == OldMBB) in replaceInstrUseOfBlockWith()
714 setTrueBranch(BranchMI, NewBlk); in replaceInstrUseOfBlockWith()
1007 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB); in ifPatternMatch() local
1008 if (!BranchMI) in ifPatternMatch()
1011 assert(isCondBranch(BranchMI)); in ifPatternMatch()
1014 MachineBasicBlock *TrueMBB = getTrueBranch(BranchMI); in ifPatternMatch()
1017 MachineBasicBlock *FalseMBB = getFalseBranch(MBB, BranchMI); in ifPatternMatch()
[all …]