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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp107 class BlockInformation { class in namespace:__anon26105
111 BlockInformation() : IsRetired(false), SccNum(INVALIDSCCNUM) {} function in class:__anon26105::BlockInformation
126 typedef std::map<MachineBasicBlock *, BlockInformation *> MBBInfoMap;
1805 BlockInformation *&srcBlkInfo = BlockInfoMap[MBB];
1807 srcBlkInfo = new BlockInformation();
1816 BlockInformation *&SrcBlkInfo = BlockInfoMap[MBB];
1819 SrcBlkInfo = new BlockInformation();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp213 class BlockInformation { class in namespace:llvmCFGStruct
219 BlockInformation() : isRetired(false), sccNum(INVALIDSCCNUM) {} function in class:llvmCFGStruct::BlockInformation
283 typedef BlockInformation<InstrT> BlockInfo;
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp213 class BlockInformation { class in namespace:llvmCFGStruct
219 BlockInformation() : isRetired(false), sccNum(INVALIDSCCNUM) {} function in class:llvmCFGStruct::BlockInformation
283 typedef BlockInformation<InstrT> BlockInfo;

Completed in 2533 milliseconds