Home
last modified time | relevance | path

Searched refs:CountValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp341 uint64_t CountValue; member
343 : PGOEdge(Src, Dest, W), CountValid(false), CountValue(0) {} in PGOUseEdge()
347 CountValue = Value; in setEdgeCount()
355 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue)).str(); in infoString()
363 uint64_t CountValue; member
370 : BBInfo(IX), CountValue(0), CountValid(false), UnknownCountInEdge(0), in UseBBInfo()
373 : BBInfo(IX), CountValue(C), CountValid(true), UnknownCountInEdge(0), in UseBBInfo()
378 CountValue = Value; in setBBInfoCount()
386 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str(); in infoString()
396 Total += E->CountValue; in sumEdgeCount()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp71 class CountValue;
168 CountValue *getLoopTripCount(MachineLoop *L,
178 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
286 class CountValue { class
303 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { in CountValue() function in __anonfb58bf460111::CountValue
531 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount()
684 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount()
776 return new CountValue(CountValue::CV_Immediate, Count); in computeCount()
943 return new CountValue(CountValue::CV_Register, CountR, CountSR); in computeCount()
1165 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()