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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 110 /// getLoopDepth - Return the loop nesting level of the specified block...
112 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
113 return LI.getLoopDepth(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 88 /// getLoopDepth - Return the nesting level of this loop. An outer-most
91 unsigned getLoopDepth() const {
539 /// getLoopDepth - Return the loop nesting level of the specified block. A
542 unsigned getLoopDepth(const BlockT *BB) const {
544 return L ? L->getLoopDepth() : 0;
668 /// getLoopDepth - Return the loop nesting level of the specified block. A
671 inline unsigned getLoopDepth(const BasicBlock *BB) const {
672 return LI.getLoopDepth(BB);
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 54 unsigned getLoopDepth();
65 unsigned CFStack::getLoopDepth() {
80 getLoopDepth() > 1)
AMDILCFGStructurizer.cpp 213 static unsigned getLoopDepth(MachineLoop *LoopRep);
376 unsigned AMDGPUCFGStructurizer::getLoopDepth(MachineLoop *LoopRep) {
377 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 355 milliseconds