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

  /external/llvm/lib/Analysis/
LoopInfo.cpp 164 /// getTripCount - Return a loop-invariant LLVM value indicating the number of
172 Value *Loop::getTripCount() const {
204 Value* TripCount = this->getTripCount();
226 Value* TripCount = this->getTripCount();
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 567 /// getTripCount - Return a loop-invariant LLVM value indicating the number of
575 Value *getTripCount() const;
    [all...]

Completed in 317 milliseconds