OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BranchSize
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp
115
int
BranchSize
;
120
BranchSize
= MBBStartOffset;
123
BranchSize
+= BlockSizes[i];
127
BranchSize
= -MBBStartOffset;
130
BranchSize
+= BlockSizes[i];
134
if (isInt<10>(
BranchSize
)) {
/external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp
115
int
BranchSize
;
120
BranchSize
= MBBStartOffset;
123
BranchSize
+= BlockSizes[i];
127
BranchSize
= -MBBStartOffset;
130
BranchSize
+= BlockSizes[i];
134
if (isInt<16>(
BranchSize
)) {
/external/llvm/include/llvm/ADT/
IntervalMap.h
431
BranchSize
= AllocBytes /
[
all
...]
Completed in 937 milliseconds