Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp252 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
620 DebugLoc AMDGPUCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { in getLastDebugLocInBB() function in __anon0389e81c0311::AMDGPUCFGStructurizer
1637 getLastDebugLocInBB(ContingMBB)); in settleLoopcontBlock()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp1829 …CFGTraits::insertInstrEnd(contingBlk, AMDGPU::BREAK, passRep, CFGTraits::getLastDebugLocInBB(conti… in settleLoopcontBlock()
1832 …::insertInstrEnd(contingBlk, AMDGPU::CONTINUE, passRep, CFGTraits::getLastDebugLocInBB(contingBlk)… in settleLoopcontBlock()
2901 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *blk) { in getLastDebugLocInBB() function