Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp213 bool hasBackEdge(MachineBasicBlock *MBB) const;
356 bool AMDGPUCFGStructurizer::hasBackEdge(MachineBasicBlock *MBB) const { in hasBackEdge() function in __anon4bd2a1920311::AMDGPUCFGStructurizer
965 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