HomeSort by: relevance | last modified time | path
    Searched defs:getLoopDepth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 134 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
135 return LI.getLoopDepth(BB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 46 unsigned getLoopDepth();
57 unsigned CFStack::getLoopDepth() {
67 getLoopDepth() > 1)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h 96 unsigned getLoopDepth() const {
971 unsigned getLoopDepth(const BlockT *BB) const {
973 return L ? L->getLoopDepth() : 0;

Completed in 24 milliseconds