Searched refs:Mass (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h43 /// \brief Mass of a block.
57 uint64_t Mass; member in class:llvm::BlockMass
60 BlockMass() : Mass(0) {}
61 explicit BlockMass(uint64_t Mass) : Mass(Mass) {} argument
66 uint64_t getMass() const { return Mass; }
68 bool isFull() const { return Mass == UINT64_MAX; }
69 bool isEmpty() const { return !Mass; }
77 uint64_t Sum = Mass
217 BlockMass Mass; member in struct:llvm::BlockFrequencyInfoImplBase::LoopData
251 BlockMass Mass; ///< Mass distribution from the entry block. member in struct:llvm::BlockFrequencyInfoImplBase::WorkingData
1051 auto &Mass = Working[Loop.Nodes[H].Index].getMass(); local
[all...]
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp45 OS << getHexDigit(Mass >> (60 - Digits * 4) & 0xf);
86 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
93 const BlockMass &Mass) {
96 RemMass = Mass;
102 BlockMass Mass = RemMass * BranchProbability(Weight, RemWeight);
106 RemMass -= Mass;
107 return Mass;
379 BlockMass Mass = Working[Source.Index].getMass(); local
380 DEBUG(dbgs() << " => mass: " << Mass << "\n");
383 DitheringDistributer D(Dist, Mass);
[all...]
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids44 138c PVR Mass Storage
65 2002 Mass Storage Device
77 2045 LUFA Mass Storage Demo Application
89 2061 LUFA Combined Mass Storage and Keyboard Demo Application
95 2068 LUFA Virtual Serial/Mass Storage Demo
117 6129 AT91SAM Mass Storage Demo Application
1249 4133 Mass Storage Device
1276 002d 6120 Phone (Mass storage mode)
1288 00aa E71 (Mass storage mode)
1303 01b1 6303 classic Phone (Mass storag
[all...]
/external/iputils/doc/
H A Ddocbook2man-spec.pl51 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

Completed in 3174 milliseconds