Searched refs:CountValue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 980 uint64_t CountValue = 0; member 987 CountValue = Value; in setEdgeCount() 995 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue)) in infoString() 1004 uint64_t CountValue = 0; member 1014 : BBInfo(IX), CountValue(C), CountValid(true) {} in UseBBInfo() 1018 CountValue = Value; in setBBInfoCount() 1026 return (Twine(BBInfo::infoString()) + " Count=" + Twine(CountValue)).str(); in infoString() 1050 Total += E->CountValue; in sumEdgeCount() 1186 uint64_t CountValue = CountFromProfile[I++]; in setInstrumentedCounts() local 1191 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 99 class CountValue; 195 CountValue *getLoopTripCount(MachineLoop *L, 205 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start, 313 class CountValue { class 331 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { in CountValue() function in __anon893fce0f0111::CountValue 566 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount() 725 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() 817 return new CountValue(CountValue::CV_Immediate, Count); in computeCount() 985 return new CountValue(CountValue::CV_Register, CountR, CountSR); in computeCount() 1205 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
|