HomeSort by relevance Sort by last modified time
    Searched defs:BlockInformation (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 71 // BlockInformation - Count the number of times a block is executed.
72 std::map<const FType*, BlockCounts> BlockInformation;
191 typename std::map<const FType*, BlockCounts>::iterator bwi = BlockInformation.find(F);
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 104 class BlockInformation {
108 BlockInformation() : IsRetired(false), SccNum(INVALIDSCCNUM) {}
123 typedef std::map<MachineBasicBlock *, BlockInformation *> MBBInfoMap;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 213 class BlockInformation {
219 BlockInformation() : isRetired(false), sccNum(INVALIDSCCNUM) {}
283 typedef BlockInformation<InstrT> BlockInfo;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 213 class BlockInformation {
219 BlockInformation() : isRetired(false), sccNum(INVALIDSCCNUM) {}
283 typedef BlockInformation<InstrT> BlockInfo;
    [all...]

Completed in 830 milliseconds