Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp810 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(curBlk); in ifPatternMatch() local
811 if (branchInstr == NULL) { in ifPatternMatch()
815 assert(CFGTraits::isCondBranch(branchInstr)); in ifPatternMatch()
817 BlockT *trueBlk = CFGTraits::getTrueBranch(branchInstr); in ifPatternMatch()
818 BlockT *falseBlk = CFGTraits::getFalseBranch(curBlk, branchInstr); in ifPatternMatch()
864 mergeIfthenelseBlock(branchInstr, curBlk, trueBlk, falseBlk, landBlk); in ifPatternMatch()
1519 void CFGStructurizer<PassT>::mergeIfthenelseBlock(InstrT *branchInstr, in mergeIfthenelseBlock() argument
1545 int oldOpcode = branchInstr->getOpcode(); in mergeIfthenelseBlock()
1546 DebugLoc branchDL = branchInstr->getDebugLoc(); in mergeIfthenelseBlock()
1557 CFGTraits::getInstrPos(curBlk, branchInstr); in mergeIfthenelseBlock()
[all …]