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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp257 static MachineInstr *getContinueInstr(MachineBasicBlock *MBB);
664 MachineInstr *AMDGPUCFGStructurizer::getContinueInstr(MachineBasicBlock *MBB) { function in class:__anon26106::AMDGPUCFGStructurizer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1635 InstrT *continueInstr = CFGTraits::getContinueInstr(dstBlk);
1864 if (endBlk == NULL || CFGTraits::getContinueInstr(endBlk) == NULL)
1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk);
2957 static MachineInstr *getContinueInstr(MachineBasicBlock *blk) { function in struct:llvmCFGStruct::CFGStructTraits
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1635 InstrT *continueInstr = CFGTraits::getContinueInstr(dstBlk);
1864 if (endBlk == NULL || CFGTraits::getContinueInstr(endBlk) == NULL)
1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk);
2957 static MachineInstr *getContinueInstr(MachineBasicBlock *blk) { function in struct:llvmCFGStruct::CFGStructTraits

Completed in 1271 milliseconds