HomeSort by relevance Sort by last modified time
    Searched refs:getLoopDepth (Results 1 - 25 of 60) sorted by null

1 2 3

  /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);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 123 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
124 return LI.getLoopDepth(BB);
  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 355 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) {
377 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))
MachineSink.cpp 510 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo))
574 : LI->getLoopDepth(L) < LI->getLoopDepth(R);
  /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/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 122 loopDepth = loop ? loop->getLoopDepth() : 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
LoopInfo.h 95 unsigned getLoopDepth() const {
602 unsigned getLoopDepth(const BlockT *BB) const {
604 return L ? L->getLoopDepth() : 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
LoopInfo.h 95 unsigned getLoopDepth() const {
602 unsigned getLoopDepth(const BlockT *BB) const {
604 return L ? L->getLoopDepth() : 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 318 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
568 << I->second->getLoopDepth() << "\n";
597 assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 95 unsigned getLoopDepth() const {
545 unsigned getLoopDepth(const BlockT *BB) const {
547 return L ? L->getLoopDepth() : 0;

Completed in 1091 milliseconds

1 2 3