Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h192 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h72 bool overlaps(const LiveRange &Other) const { in overlaps() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp114 // Return true if LiveInterval overlaps with any in overlaps() function in __anon81178a3b0111::StackSlotColoring::ColorAssignmentInfo
H A DLiveInterval.cpp430 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, in overlaps() function in LiveRange
473 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { in overlaps() function in LiveRange
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp34 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { in overlaps() function in HexagonBlockRanges::IndexRange
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h465 inline bool SDep::overlaps(const SDep &Other) const { overlaps() function
H A DLiveInterval.h448 bool overlaps(const LiveRange &other) const { in overlaps() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h401 bool overlaps(const CycleSegment &CS) const { in overlaps() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1186 bool overlaps(KeyT a, KeyT b) const { in overlaps() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1897 bool AttrBuilder::overlaps(const AttributeMask &AM) const { overlaps() function in AttrBuilder