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 102 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
103 return LI.getLoopDepth(BB);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopInfo.h 97 /// getLoopDepth - Return the loop nesting level of the specified block...
99 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
100 return LI.getLoopDepth(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 95 unsigned getLoopDepth() const {
545 unsigned getLoopDepth(const BlockT *BB) const {
547 return L ? L->getLoopDepth() : 0;
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 54 unsigned getLoopDepth();
65 unsigned CFStack::getLoopDepth() {
80 getLoopDepth() > 1)
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 88 /// getLoopDepth - Return the nesting level of this loop. An outer-most
91 unsigned getLoopDepth() const {
498 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
685 /// getLoopDepth - Return the loop nesting level of the specified block. A
688 unsigned getLoopDepth(const BlockT *BB) const {
690 return L ? L->getLoopDepth() : 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 389 unsigned getLoopDepth (LoopT *LoopRep);
    [all...]

Completed in 8431 milliseconds