HomeSort by relevance Sort by last modified time
    Searched refs:BlockInformation (Results 1 - 5 of 5) 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 115 class BlockInformation {
121 BlockInformation() : isRetired(false), sccNum(INVALIDSCCNUM) {}
183 typedef BlockInformation<InstrT> BlockInfo;
    [all...]

Completed in 115 milliseconds