Searched refs:defRange (Results 1 – 2 of 2) sorted by relevance
605 defRange(Main.range("dogdef"))), in TEST_F()607 defRange(Main.range("fluffydef"))), in TEST_F()609 defRange(Main.range("catdog"))), in TEST_F()611 defRange(Main.range("ruff"))))); in TEST_F()640 defRange(Main.range("catdogdef"))), in TEST_F()642 defRange(Main.range("dogdef"))), in TEST_F()767 defRange(Main.range("xdef"))), in TEST_F()769 defRange(Main.range("clsdef"))), in TEST_F()771 defRange(Main.range("printdef"))), in TEST_F()1728 defRange(Header.range("xdecl"))), in TEST_F()[all …]
647 ByteCodeLiveRange &defRange = defIt.second; in allocateMemoryIndices() local652 if (!defRange.overlaps(existingRange)) { in allocateMemoryIndices()653 existingRange.unionWith(defRange); in allocateMemoryIndices()656 if (defRange.opRangeIndex) { in allocateMemoryIndices()660 } else if (defRange.typeRangeIndex) { in allocateMemoryIndices()664 } else if (defRange.valueRangeIndex) { in allocateMemoryIndices()677 newRange.unionWith(defRange); in allocateMemoryIndices()680 if (defRange.opRangeIndex) { in allocateMemoryIndices()683 } else if (defRange.typeRangeIndex) { in allocateMemoryIndices()686 } else if (defRange.valueRangeIndex) { in allocateMemoryIndices()