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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp246 static MachineInstr *getNormalBlockBranchInstr(MachineBasicBlock *MBB);
625 MachineInstr *AMDGPUCFGStructurizer::getNormalBlockBranchInstr( function in class:__anon22402::AMDGPUCFGStructurizer
1003 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB);
1641 MachineInstr *BranchMI = getNormalBlockBranchInstr(SrcMBB);
1720 MachineInstr *BranchMI = getNormalBlockBranchInstr(MBB);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp810 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(curBlk);
2137 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(srcBlk);
2233 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(srcBlk);
2913 static MachineInstr *getNormalBlockBranchInstr(MachineBasicBlock *blk) { function in struct:llvmCFGStruct::CFGStructTraits
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp810 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(curBlk);
2137 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(srcBlk);
2233 InstrT *branchInstr = CFGTraits::getNormalBlockBranchInstr(srcBlk);
2913 static MachineInstr *getNormalBlockBranchInstr(MachineBasicBlock *blk) { function in struct:llvmCFGStruct::CFGStructTraits

Completed in 78 milliseconds