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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp214 bool isRetiredBlock(MachineBasicBlock *MBB) const;
380 bool AMDGPUCFGStructurizer::isRetiredBlock(MachineBasicBlock *MBB) const { function in class:__anon26106::AMDGPUCFGStructurizer
393 if (!isRetiredBlock(LoopLand))
421 if (!isRetiredBlock(*It))
841 if (!isRetiredBlock(MBB))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp371 bool isRetiredBlock(BlockT *SrcBlock);
603 if (!isRetiredBlock(curBlk)) {
931 if (!isRetiredBlock(landBlk)) {
2326 bool CFGStructurizer<PassT>::isRetiredBlock(BlockT *srcBlk) { function in class:llvmCFGStruct::CFGStructurizer
2342 if (!isRetiredBlock(landBlk)) {
2559 if (!isRetiredBlock(*iterStart)) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp371 bool isRetiredBlock(BlockT *SrcBlock);
603 if (!isRetiredBlock(curBlk)) {
931 if (!isRetiredBlock(landBlk)) {
2326 bool CFGStructurizer<PassT>::isRetiredBlock(BlockT *srcBlk) { function in class:llvmCFGStruct::CFGStructurizer
2342 if (!isRetiredBlock(landBlk)) {
2559 if (!isRetiredBlock(*iterStart)) {

Completed in 108 milliseconds