Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp282 typedef CFGStructTraits<PassT> CFGTraits; typedef in llvmCFGStruct::CFGStructurizer
456 loopInfo = CFGTraits::getLoopInfo(pass); in prepare()
494 if (CFGTraits::isReturnBlock(curBlk)) { in prepare()
531 domTree = CFGTraits::getDominatorTree(pass); in run()
539 postDomTree = CFGTraits::getPostDominatorTree(pass); in run()
546 loopInfo = CFGTraits::getLoopInfo(pass); in run()
669 CFGTraits::wrapup(FuncGTraits::nodes_begin(&func)); in run()
810 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(curBlk); in ifPatternMatch()
815 assert(CFGTraits::isCondBranch(branchInstr)); in ifPatternMatch()
817 BlockT *trueBlk = CFGTraits::getTrueBranch(branchInstr); in ifPatternMatch()
[all …]