HomeSort by relevance Sort by last modified time
    Searched defs:CountValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 396 uint64_t CountValue;
398 : PGOEdge(Src, Dest, W), CountValid(false), CountValue(0) {}
402 CountValue = Value;
410 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue))
419 uint64_t CountValue;
426 : BBInfo(IX), CountValue(0), CountValid(false), UnknownCountInEdge(0),
429 : BBInfo(IX), CountValue(C), CountValid(true), UnknownCountInEdge(0),
434 CountValue = Value;
442 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str();
452 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");
533 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
686 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 99 class CountValue;
195 CountValue *getLoopTripCount(MachineLoop *L,
205 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
313 class CountValue {
331 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) {
345 assert(isReg() && "Wrong CountValue accessor");
350 assert(isReg() && "Wrong CountValue accessor");
355 assert(isImm() && "Wrong CountValue accessor");
566 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
725 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 781 uint64_t CountValue = 0;
788 CountValue = Value;
796 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue))
805 uint64_t CountValue = 0;
815 : BBInfo(IX), CountValue(C), CountValid(true) {}
819 CountValue = Value;
827 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str();
839 Total += E->CountValue;
    [all...]

Completed in 1219 milliseconds