OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIndirectBranch
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrAnalysis.h
43
virtual bool
isIndirectBranch
(const MCInst &Inst) const {
44
return Info->get(Inst.getOpcode()).
isIndirectBranch
();
MCInstrDesc.h
244
bool
isIndirectBranch
() const {
253
return isBranch() & !isBarrier() & !
isIndirectBranch
();
261
return isBranch() & isBarrier() & !
isIndirectBranch
();
268
if (isBranch() || isCall() || isReturn() ||
isIndirectBranch
())
/external/llvm/utils/TableGen/
CodeGenInstruction.h
220
bool
isIndirectBranch
;
Completed in 53 milliseconds