OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumGaps
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocGreedy.cpp
2163
const unsigned
NumGaps
= Uses.size()-1;
2171
GapWeight.assign(
NumGaps
, 0.0f);
2191
if (++Gap ==
NumGaps
)
2193
if (Gap ==
NumGaps
)
2198
for (; Gap !=
NumGaps
; ++Gap) {
2203
if (Gap ==
NumGaps
)
2217
if (++Gap ==
NumGaps
)
2219
if (Gap ==
NumGaps
)
2222
for (; Gap !=
NumGaps
; ++Gap) {
2227
if (Gap ==
NumGaps
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp
638
unsigned
NumGaps
= J - I - 1;
660
sizeof(LocalVariableAddrRange) + 4 *
NumGaps
;
681
assert((
NumGaps
== 0 || Bias <= MaxDefRange) &&
Completed in 72 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026