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 105 /// getLoopDepth - Return the loop nesting level of the specified block...
107 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
108 return LI.getLoopDepth(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 91 /// getLoopDepth - Return the nesting level of this loop. An outer-most
94 unsigned getLoopDepth() const {
566 /// getLoopDepth - Return the loop nesting level of the specified block. A
569 unsigned getLoopDepth(const BlockT *BB) const {
571 return L ? L->getLoopDepth() : 0;
  /external/llvm/lib/Target/AMDGPU/
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 1412 milliseconds