Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp217 bool isRetiredBlock(MachineBasicBlock *MBB) const;
383 bool AMDGPUCFGStructurizer::isRetiredBlock(MachineBasicBlock *MBB) const { in isRetiredBlock() function in __anon0389e81c0311::AMDGPUCFGStructurizer
396 if (!isRetiredBlock(LoopLand)) in isActiveLoophead()
424 if (!isRetiredBlock(*It)) in countActiveBlock()
844 if (!isRetiredBlock(MBB)) in run()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp371 bool isRetiredBlock(BlockT *SrcBlock);
603 if (!isRetiredBlock(curBlk)) { in run()
931 if (!isRetiredBlock(landBlk)) { in loopPatternMatch()
2326 bool CFGStructurizer<PassT>::isRetiredBlock(BlockT *srcBlk) { in isRetiredBlock() function in llvmCFGStruct::CFGStructurizer
2342 if (!isRetiredBlock(landBlk)) { in isActiveLoophead()
2559 if (!isRetiredBlock(*iterStart)) { in countActiveBlock()