OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FuncSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp
63
unsigned
FuncSize
= 0;
74
FuncSize
+= BlockSize;
80
if (
FuncSize
< (1 << 9)) {
/external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp
73
unsigned
FuncSize
= 0;
84
FuncSize
+= BlockSize;
90
if (
FuncSize
< (1 << 15)) {
Completed in 3439 milliseconds