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

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp135 BodySamples[InstructionLocation(LineOffset, Discriminator)] += Num;
150 bool empty() { return BodySamples.empty(); }
174 BodySampleMap BodySamples; member in class:__anon26332::SampleFunctionProfile
327 OS << TotalSamples << ", " << TotalHeadSamples << ", " << BodySamples.size()
329 for (BodySampleMap::const_iterator SI = BodySamples.begin(),
330 SE = BodySamples.end();
536 /// look up the samples collected for \p Inst using BodySamples.
551 BodySamples.lookup(InstructionLocation(LOffset, Discriminator));

Completed in 50 milliseconds