Searched refs:getLastDebugLocInBB (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp249 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
617 DebugLoc AMDGPUCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { function in class:__anon26106::AMDGPUCFGStructurizer
1636 getLastDebugLocInBB(ContingMBB));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1829 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::BREAK, passRep, CFGTraits::getLastDebugLocInBB(contingBlk));
1832 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::CONTINUE, passRep, CFGTraits::getLastDebugLocInBB(contingBlk));
2901 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *blk) { function in struct:llvmCFGStruct::CFGStructTraits
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1829 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::BREAK, passRep, CFGTraits::getLastDebugLocInBB(contingBlk));
1832 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::CONTINUE, passRep, CFGTraits::getLastDebugLocInBB(contingBlk));
2901 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *blk) { function in struct:llvmCFGStruct::CFGStructTraits

Completed in 166 milliseconds