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

  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 255 BlockInformation[BB->getParent()][BB] = BBWeight;
324 BlockInformation[&F].clear();
340 BlockInformation[&F][entry] = pow(2.0, 32.0);
342 EdgeInformation[&F][edge] = BlockInformation[&F][entry];
399 BlockInformation[&F].clear();
403 BlockInformation[&F][BB] = 0;
ProfileInfo.cpp 62 BlockInformation.find(BB->getParent());
63 if (J != BlockInformation.end()) {
119 if (Count != MissingValue) BlockInformation[BB->getParent()][BB] = Count;
127 BlockInformation.find(MBB->getParent());
128 if (J != BlockInformation.end()) {
171 BlockInformation[BB->getParent()][BB] = w;
179 BlockInformation[MBB->getParent()][MBB] = w;
198 BlockInformation[BB->getParent()][BB] = oldw + w;
204 BlockInformation.find(BB->getParent());
205 if (J == BlockInformation.end()) return
    [all...]
ProfileInfoLoaderPass.cpp 227 BlockInformation.clear();
239 BlockInformation[F][BB] = (double)Counters[ReadCount++];
  /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 138 milliseconds