OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.
159
SmallVector<TerminatorInfo, 16>
Terminators
;
192
// Move past the non-
terminators
in the block.
250
// Fill MBBs and
Terminators
, setting the addresses on the assumption
260
Terminators
.clear();
261
Terminators
.reserve(NumBlocks);
280
// Add the
terminators
.
284
Terminators
.push_back(describeTerminator(MI));
285
skipTerminator(Position,
Terminators
.back(), false)
[
all
...]
/external/llvm/lib/CodeGen/
MachineBasicBlock.cpp
714
//
terminators
.
717
// Collect a list of virtual registers killed by the
terminators
.
760
SmallVector<MachineInstr*, 4>
Terminators
;
764
Terminators
.push_back(I);
775
for (SmallVectorImpl<MachineInstr*>::iterator I =
Terminators
.begin(),
776
E =
Terminators
.end(); I != E; ++I) {
817
// 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 75 milliseconds