HomeSort by relevance Sort by last modified time
    Searched defs:NextMBB (Results 1 - 8 of 8) 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/MSP430/
MSP430BranchSelector.cpp 184 MachineBasicBlock *NextMBB = &*std::next(MBB);
185 assert(MBB->isSuccessor(NextMBB) &&
197 .addMBB(NextMBB)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 116 milliseconds