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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
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...]
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;
ProfileInfoLoaderPass.cpp 227 BlockInformation.clear();
239 BlockInformation[F][BB] = (double)Counters[ReadCount++];
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfo.h 70 // BlockInformation - Count the number of times a block is executed.
71 std::map<const FType*, BlockCounts> BlockInformation;
192 typename std::map<const FType*, BlockCounts>::iterator bwi = BlockInformation.find(F);
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 107 class BlockInformation {
111 BlockInformation() : IsRetired(false), SccNum(INVALIDSCCNUM) {}
126 typedef std::map<MachineBasicBlock *, BlockInformation *> MBBInfoMap;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 213 class BlockInformation {
219 BlockInformation() : isRetired(false), sccNum(INVALIDSCCNUM) {}
283 typedef BlockInformation<InstrT> BlockInfo;
    [all...]
  /external/e2fsprogs/po/
sv.po 1095 "Säkerhetskopierar blockinformation för journalinod.\n"
    [all...]

Completed in 587 milliseconds