HomeSort by relevance Sort by last modified time
    Searched refs:getTripCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 84 /// 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 {
443 CountValue *TripCount = getTripCount(L);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 90 /// getTripCount - Return a loop-invariant LLVM register indicating the
93 CountValue *getTripCount(MachineLoop *L,
278 /// getTripCount - Return a loop-invariant LLVM value indicating the
287 /// Based upon getTripCount in LoopInfo.
289 CountValue *PPCCTRLoops::getTripCount(MachineLoop *L,
580 CountValue *TripCount = getTripCount(L, OldInsts);

Completed in 38 milliseconds