Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp195 CountValue *getLoopTripCount(MachineLoop *L,
566 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L, in getLoopTripCount() function in HexagonHardwareLoops
1200 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp1133 uint64_t getLoopTripCount(int64_t DeviceId) { in getLoopTripCount() function
1512 Tripcount = Tripcount == -1UL ? getLoopTripCount(DeviceId) : Tripcount; in target()