Searched refs:AddCounts (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DProfileInfoLoader.cpp34 static unsigned AddCounts(unsigned A, unsigned B) { function
71 Data[i] = AddCounts(TempSpace[i], Data[i]);
75 Data[i] = AddCounts(ByteSwap(TempSpace[i], true), Data[i]);
H A DProfileDataLoader.cpp46 /// AddCounts - Add 'A' and 'B', accounting for the fact that the value of one
48 static unsigned AddCounts(unsigned A, unsigned B) { function
94 Data[i] = AddCounts(Entry, Data[i]);

Completed in 164 milliseconds