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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 168 /// getTripCount - Return a loop-invariant LLVM value indicating the number of
176 Value *Loop::getTripCount() const {
208 Value* TripCount = this->getTripCount();
230 Value* TripCount = this->getTripCount();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 574 /// getTripCount - Return a loop-invariant LLVM value indicating the number of
582 Value *getTripCount() const;
    [all...]

Completed in 1181 milliseconds