OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonDbgBBSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h
387
unsigned
nonDbgBBSize
(const MachineBasicBlock *BB) const;
HexagonInstrInfo.cpp
578
return
nonDbgBBSize
(&MBB) <= 3;
586
return
nonDbgBBSize
(&TMBB) <= 3 &&
nonDbgBBSize
(&FMBB) <= 3;
[
all
...]
Completed in 40 milliseconds