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

  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 272 MBB->updateTerminator();
AArch64ConditionalCompares.cpp 675 Head->updateTerminator();
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
MachineBasicBlock.cpp 383 void MachineBasicBlock::updateTerminator() {
715 // that LiveVariables is properly updated after updateTerminator replaces the
760 // If updateTerminator() removes instructions, we need to remove them from
769 updateTerminator();
795 // Some instructions may have been moved to NMBB by updateTerminator(),
893 // updateTerminator().
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 372 /// updateTerminator - Update the terminator instructions in block to account
376 void updateTerminator();
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]

Completed in 349 milliseconds