OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
341
uint64_t
CountValue
;
343
: PGOEdge(Src, Dest, W), CountValid(false),
CountValue
(0) {}
347
CountValue
= Value;
355
return (Twine(PGOEdge::infoString()) + " Count=" + Twine(
CountValue
)).str();
363
uint64_t
CountValue
;
370
: BBInfo(IX),
CountValue
(0), CountValid(false), UnknownCountInEdge(0),
373
: BBInfo(IX),
CountValue
(C), CountValid(true), UnknownCountInEdge(0),
378
CountValue
= Value;
386
return (Twine(BBInfo::infoString()) + " Count=" + Twine(
CountValue
)).str();
396
Total += E->
CountValue
;
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp
71
class
CountValue
;
168
CountValue
*getLoopTripCount(MachineLoop *L,
178
CountValue
*computeCount(MachineLoop *Loop, const MachineOperand *Start,
286
class
CountValue
{
303
explicit
CountValue
(CountValueType t, unsigned v, unsigned u = 0) {
316
assert(isReg() && "Wrong
CountValue
accessor");
320
assert(isReg() && "Wrong
CountValue
accessor");
324
assert(isImm() && "Wrong
CountValue
accessor");
531
CountValue
*HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
684
CountValue
*HexagonHardwareLoops::computeCount(MachineLoop *Loop
[
all
...]
Completed in 72 milliseconds