Searched refs:overlaps (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h349 /// overlaps - Return true if the intersection of the two live intervals is
351 bool overlaps(const LiveInterval& other) const {
357 /// overlaps - Return true if the two intervals have overlapping segments
362 bool overlaps(const LiveInterval &Other, const CoalescerPair &CP,
365 /// overlaps - Return true if the live interval overlaps a range specified
367 bool overlaps(SlotIndex Start, SlotIndex End) const;
H A DScheduleDAG.h131 bool overlaps(const SDep &Other) const { function in class:llvm::SDep
145 return overlaps(Other)
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes()))
H A DRegAllocPBQP.cpp217 // Record any overlaps with regmask operands.
234 // vregLI overlaps fixed regunit interference.
237 if (vregLI->overlaps(LIS->getRegUnit(*Units))) {
275 if (l1.overlaps(l2)) {
H A DStackSlotColoring.cpp196 /// OverlapWithAssignments - Return true if LiveInterval overlaps with any
203 if (OtherLI->overlaps(*li))
H A DLiveInterval.cpp80 // overlaps - Return true if the intersection of the two live intervals is
83 // An example for overlaps():
95 // A->overlaps(C) should return false since we want to be able to join
139 bool LiveInterval::overlaps(const LiveInterval &Other, function in class:LiveInterval
168 // Advance the iterator that ends first to check for more overlaps.
181 /// overlaps - Return true if the live interval overlaps a range specified
183 bool LiveInterval::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveInterval
H A DScheduleDAG.cpp73 if (I->overlaps(D)) {
H A DStackColoring.cpp762 if (!First->overlaps(*Second)) {
H A DRegisterCoalescer.cpp661 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.
1131 if (RHS.overlaps(LIS->getRegUnit(*UI))) {
1178 // and can be merged into the value it overlaps. Like a coalescable copy, it
1196 // The live range of %src overlaps the %dst value defined by FOO, but
1283 // Value in the other live range that overlaps this def, if any.
1454 // Find the value in Other that overlaps VNI->def, if any.
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-alias.c2807 VEC (tree, heap) *overlaps = NULL;
2815 VEC_safe_push (tree, heap, overlaps, sv->var);
2817 len = VEC_length (tree, overlaps);
2823 ali = add_may_alias_for_new_tag (tag, VEC_index (tree, overlaps, 0));
2829 for (k = 0; VEC_iterate (tree, overlaps, k, sv_var); k++)
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dnode.cpp4624 int overlaps = n->overlaps_vertically(); local
4639 if (overlaps) {
4662 if (overlaps)

Completed in 224 milliseconds