Searched defs:getTripCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp84 /// getTripCount - Return a loop-invariant LLVM register indicating the
87 CountValue *getTripCount(MachineLoop *L) const;
297 /// getTripCount - Return a loop-invariant LLVM value indicating the
306 /// Based upon getTripCount in LoopInfo.
308 CountValue *HexagonHardwareLoops::getTripCount(MachineLoop *L) const { function in class:HexagonHardwareLoops
440 CountValue *TripCount = getTripCount(L);

Completed in 59 milliseconds