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

  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 79 // The size of the block in bytes, excluding terminators.
87 // The number of terminators in this block. This value never changes.
160 SmallVector<TerminatorInfo, 16> Terminators;
193 // Move past the non-terminators in the block.
258 // Fill MBBs and Terminators, setting the addresses on the assumption
268 Terminators.clear();
269 Terminators.reserve(NumBlocks);
288 // Add the terminators.
292 Terminators.push_back(describeTerminator(MI));
293 skipTerminator(Position, Terminators.back(), false)
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 725 // terminators.
728 // Collect a list of virtual registers killed by the terminators.
771 SmallVector<MachineInstr*, 4> Terminators;
775 Terminators.push_back(I);
786 for (SmallVectorImpl<MachineInstr*>::iterator I = Terminators.begin(),
787 E = Terminators.end(); I != E; ++I) {
828 // Restore kills of virtual registers that were killed by the terminators.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
llvm.mli     [all...]

Completed in 85 milliseconds