OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isTerminator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/
Instruction.h
85
bool
isTerminator
() const { return
isTerminator
(getOpcode()); }
92
static inline bool
isTerminator
(unsigned OpCode) {
/external/llvm/include/llvm/MC/
MCInstrDesc.h
292
///
isTerminator
- Returns true if this instruction part of the terminator for
298
bool
isTerminator
() const {
/external/llvm/utils/TableGen/
CodeGenInstruction.h
232
bool
isTerminator
;
Completed in 269 milliseconds