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

  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 69 MachineBasicBlock *NextMBB = &*std::next(BotMBB->getIterator());
70 while (contains(NextMBB)) {
71 BotMBB = NextMBB;
74 NextMBB = &*std::next(BotMBB->getIterator());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLoopInfo.cpp 71 MachineBasicBlock *NextMBB = llvm::next(MachineFunction::iterator(BotMBB));
72 while (contains(NextMBB)) {
73 BotMBB = NextMBB;
75 NextMBB = llvm::next(MachineFunction::iterator(BotMBB));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineLoopInfo.cpp 70 MachineBasicBlock *NextMBB = &*std::next(BotMBB->getIterator());
71 while (contains(NextMBB)) {
72 BotMBB = NextMBB;
75 NextMBB = &*std::next(BotMBB->getIterator());
IfConversion.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZMachineScheduler.cpp 78 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) {
79 assert ((SchedStates.find(NextMBB) == SchedStates.end()) &&
81 LLVM_DEBUG(dbgs() << "** Entering " << printMBBReference(*NextMBB));
83 MBB = NextMBB;
SystemZMachineScheduler.h 134 void enterMBB(MachineBasicBlock *NextMBB) override;
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 184 MachineBasicBlock *NextMBB = &*std::next(MBB);
185 assert(MBB->isSuccessor(NextMBB) &&
197 .addMBB(NextMBB)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 462 MachineBasicBlock* NextMBB,
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.h 813 MachineBasicBlock* NextMBB
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.h     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 495 milliseconds