Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp212 template <class InstrT>
222 template <class BlockT, class InstrT, class RegiT>
265 typedef typename PassT::InstructionType InstrT; typedef in llvmCFGStruct::CFGStructurizer
283 typedef BlockInformation<InstrT> BlockInfo;
288 typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo;
341 void mergeIfthenelseBlock(InstrT *BranchInstr, BlockT *CurBlock,
810 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(curBlk); in ifPatternMatch()
1519 void CFGStructurizer<PassT>::mergeIfthenelseBlock(InstrT *branchInstr, in mergeIfthenelseBlock()
1614 InstrT *loopBreakInstr = CFGTraits::getLoopBreakInstr(dstBlk); in mergeLooplandBlock()
1635 InstrT *continueInstr = CFGTraits::getContinueInstr(dstBlk); in mergeLooplandBlock()
[all …]