Home
last modified time | relevance | path

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

/llvm-project/lldb/scripts/
H A Danalyze-project-deps.py214 overlaps = [x for x in islands if not this_cycle.isdisjoint(x)] variable
/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h192 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h231 bool overlaps(const ExecutorAddrRange &Other) { overlaps() function
/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h72 bool overlaps(const LiveRange &Other) const { in overlaps() function
/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp116 bool overlaps(LiveInterval *LI) const { overlaps() function in __anon464783bc0111::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
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h483 inline bool SDep::overlaps(const SDep &Other) const { in overlaps() function
H A DLiveInterval.h448 bool overlaps(const LiveRange &other) const { in overlaps() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp34 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { overlaps() function in HexagonBlockRanges::IndexRange
/llvm-project/polly/lib/External/isl/
H A Disl_transitive_closure.c875 isl_bool overlaps; in construct_component() local
1050 isl_bool overlaps, subset; in composability() local
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DTileAllocation.cpp286 bool overlaps(LiveRange const &otherRange) const { overlaps() function
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h401 bool overlaps(const CycleSegment &CS) const { in overlaps() function
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1186 bool overlaps(KeyT a, KeyT b) const { in overlaps() function
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp772 TEST(Range,overlaps) TEST() argument
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp476 bool overlaps(const ByteCodeLiveRange &rhs) const { in overlaps() function
/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2053 bool AttrBuilder::overlaps(const AttributeMask &AM) const { overlaps() function in AttrBuilder