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

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

Completed in 150 milliseconds