HomeSort by relevance Sort by last modified time
    Searched defs:getLoopDepth (Results 1 - 5 of 5) 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 83 /// getLoopDepth - Return the nesting level of this loop. An outer-most
86 unsigned getLoopDepth() const {
485 /// getLoopDepth - Return the loop nesting level of the specified block. A
488 unsigned getLoopDepth(const BlockT *BB) const {
490 return L ? L->getLoopDepth() : 0;
614 /// getLoopDepth - Return the loop nesting level of the specified block. A
617 inline unsigned getLoopDepth(const BasicBlock *BB) const {
618 return LI.getLoopDepth(BB);
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 209 static unsigned getLoopDepth(MachineLoop *LoopRep);
372 unsigned AMDGPUCFGStructurizer::getLoopDepth(MachineLoop *LoopRep) {
373 return LoopRep ? LoopRep->getLoopDepth() : 0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 389 unsigned getLoopDepth (LoopT *LoopRep);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 389 unsigned getLoopDepth (LoopT *LoopRep);
    [all...]

Completed in 147 milliseconds