HomeSort by relevance Sort by last modified time
    Searched refs:CurrentBottom (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 243 MachineBasicBlock::iterator CurrentBottom;
259 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr),
296 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 665 CurrentTop = CurrentBottom;
716 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom);
722 priorNonDebug(CurrentBottom, CurrentTop);
724 CurrentBottom = priorII;
728 moveInstruction(MI, CurrentBottom);
729 CurrentBottom = MI;
740 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");
808 CurrentBottom = RegionEnd;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 261 MachineBasicBlock::iterator CurrentBottom;
310 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 266 MachineBasicBlock::iterator CurrentBottom;
315 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 266 MachineBasicBlock::iterator CurrentBottom;
315 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineScheduler.h 261 MachineBasicBlock::iterator CurrentBottom;
310 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineScheduler.h 266 MachineBasicBlock::iterator CurrentBottom;
315 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineScheduler.h 266 MachineBasicBlock::iterator CurrentBottom;
315 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineScheduler.h 277 MachineBasicBlock::iterator CurrentBottom;
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; }
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 449 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; };
SIMachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone.");

Completed in 1268 milliseconds