OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Overlaps
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
CoalescingBitVector.h
159
// Get the
overlaps
between the two interval maps.
160
SmallVector<IntervalT, 8>
Overlaps
;
161
getOverlaps(RHS,
Overlaps
);
169
getNonOverlappingParts(Start, Stop,
Overlaps
, NonOverlappingParts);
177
// Get the
overlaps
between the two interval maps (i.e. the intersection).
178
SmallVector<IntervalT, 8>
Overlaps
;
179
getOverlaps(RHS,
Overlaps
);
180
// Rebuild the interval map, including only the
overlaps
.
182
for (IntervalT Overlap :
Overlaps
)
188
SmallVector<IntervalT, 8>
Overlaps
;
[
all
...]
/src/sys/external/bsd/acpica/dist/utilities/
utxface.c
515
* DESCRIPTION: Check if the input address range
overlaps
any of the
527
UINT32
Overlaps
;
537
Overlaps
= AcpiUtCheckAddressRange (SpaceId, Address,
541
return (
Overlaps
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp
380
bool
Overlaps
= DIExpr->fragmentsOverlap(DV.getDebugExpression());
381
if (
Overlaps
) {
388
TrackedRegs[Op.getReg()] |= !
Overlaps
;
/src/external/lgpl3/gmp/dist/mpn/x86_64/
div_qr_1n_pi1.asm
70
define(`UN', `%r8') C
Overlaps
D input
/src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
div_qr_1n_pi1.asm
70
define(`UN', `%r8') C
Overlaps
D input
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
197
auto
Overlaps
= [Var, Expr](const MachineInstr *DV) {
201
// See if the debug value
overlaps
with any preceding debug value that will
204
if (llvm::none_of(FrameIndexValues,
Overlaps
))
Completed in 29 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026