Home
last modified time | relevance | path

Searched defs:overlaps (Results 1 – 6 of 6) sorted by relevance

/minix3/minix/kernel/arch/i386/
H A Dpre_init.c77 int overlaps(multiboot_module_t *mod, int n, int cmp_mod) in overlaps() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h125 bool overlaps(const SDep &Other) const { in overlaps() function
H A DLiveInterval.h408 bool overlaps(const LiveRange &other) const { in overlaps() function
/minix3/minix/kernel/arch/earm/
H A Dpre_init.c162 int overlaps(multiboot_module_t *mod, int n, int cmp_mod) in overlaps() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp140 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, in overlaps() function in LiveRange
183 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { in overlaps() function in LiveRange
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRefactoringTest.cpp371 TEST(Range, overlaps) { in TEST() argument