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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 109 /// getLoopDepth - Return the loop nesting level of the specified block...
111 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
112 return LI.getLoopDepth(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 87 /// getLoopDepth - Return the nesting level of this loop. An outer-most
90 unsigned getLoopDepth() const {
459 /// getLoopDepth - Return the loop nesting level of the specified block. A
462 unsigned getLoopDepth(const BlockT *BB) const {
464 return L ? L->getLoopDepth() : 0;
588 /// getLoopDepth - Return the loop nesting level of the specified block. A
591 inline unsigned getLoopDepth(const BasicBlock *BB) const {
592 return LI.getLoopDepth(BB);

Completed in 33 milliseconds