OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUncondBranchOpcode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
343
bool
isUncondBranchOpcode
(int Opc) {
ARMBaseInstrInfo.cpp
304
} else if (
isUncondBranchOpcode
(I->getOpcode())) {
327
(
isUncondBranchOpcode
(I->getOpcode()) ||
371
if (!
isUncondBranchOpcode
(I->getOpcode()) &&
456
if (
isUncondBranchOpcode
(Opc)) {
[
all
...]
Completed in 148 milliseconds