Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp215 bool hasBackEdge(MachineBasicBlock *MBB) const;
371 bool AMDGPUCFGStructurizer::hasBackEdge(MachineBasicBlock *MBB) const { in hasBackEdge() function in __anon0389e81c0311::AMDGPUCFGStructurizer
1005 if (hasBackEdge(MBB)) in ifPatternMatch()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp388 bool hasBackEdge(BlockT *curBlock);
806 if (hasBackEdge(curBlk)) { in ifPatternMatch()
2537 bool CFGStructurizer<PassT>::hasBackEdge(BlockT *curBlk) { in hasBackEdge() function in llvmCFGStruct::CFGStructurizer