OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_Indirect
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsInstrInfo.h
41
BT_Indirect
// One indirct branch.
MipsInstrInfo.cpp
91
return (BT == BT_None) || (BT ==
BT_Indirect
);
205
return LastInst->isIndirectBranch() ?
BT_Indirect
: BT_None;
Completed in 23 milliseconds