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

  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 601 void updateLoops(ArrayRef<MachineBasicBlock*> Removed);
647 void EarlyIfConverter::updateLoops(ArrayRef<MachineBasicBlock*> Removed) {
771 updateLoops(RemovedBlocks);
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 748 void updateLoops(ArrayRef<MachineBasicBlock *> Removed);
801 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) {
886 updateLoops(RemovedBlocks);

Completed in 31 milliseconds