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 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 93 /// getLoopDepth - Return the nesting level of this loop. An outer-most
96 unsigned getLoopDepth() const {
556 /// getLoopDepth - Return the loop nesting level of the specified block. A
559 unsigned getLoopDepth(const BlockT *BB) const {
561 return L ? L->getLoopDepth() : 0;
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 54 unsigned getLoopDepth();
65 unsigned CFStack::getLoopDepth() {
80 getLoopDepth() > 1)
AMDILCFGStructurizer.cpp 216 static unsigned getLoopDepth(MachineLoop *LoopRep);
379 unsigned AMDGPUCFGStructurizer::getLoopDepth(MachineLoop *LoopRep) {
380 return LoopRep ? LoopRep->getLoopDepth() : 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 389 unsigned getLoopDepth (LoopT *LoopRep);
    [all...]

Completed in 191 milliseconds