Lines Matching refs:InstrT

212 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()
1703 InstrT *branchInstr = CFGTraits::getLoopendBlockBranchInstr(exitingBlk); in mergeLoopbreakBlock()
1772 InstrT *branchInstr = CFGTraits::getLoopendBlockBranchInstr(contingBlk); in settleLoopcontBlock()
1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk); in relocateLoopcontBlock()
2137 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(srcBlk); in migrateInstruction()
2183 InstrT *branchInstr = CFGTraits::getLoopendBlockBranchInstr(loopLatch); in normalizeInfiniteLoopExit()
2196 InstrT *newInstr = in normalizeInfiniteLoopExit()
2212 InstrT *branchInstr; in removeUnconditionalBranch()
2233 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(srcBlk); in removeRedundantConditionalBranch()
2257 InstrT *curInstr = CFGTraits::getReturnInstr(curBlk); in addDummyExitBlock()