Searched refs:mergeInto (Results 1 – 7 of 7) sorted by relevance
33 void mergeInto(OpToOpPassAdaptor &rhs);
89 void mergeInto(OpPassManagerImpl &rhs);131 void OpPassManagerImpl::mergeInto(OpPassManagerImpl &rhs) { in mergeInto() function in OpPassManagerImpl188 currentAdaptor->mergeInto(*lastAdaptor); in coalesceAdjacentAdaptorPasses()437 void OpToOpPassAdaptor::mergeInto(OpToOpPassAdaptor &rhs) { in mergeInto() function in OpToOpPassAdaptor442 pm.getImpl().mergeInto(existingPM->getImpl()); in mergeInto()
30 location1.mergeInto(location2); in doTestMergeIntoKeepsOrderOfDebugItems()
72 void mergeInto(@Nonnull MethodLocation nextLocation) { in mergeInto() method in MethodLocation
285 toRemove.mergeInto(next);
288 T0.mergeInto(Merged); in TEST()289 T1.mergeInto(Merged); in TEST()
543 void mergeInto(FunctionCallTrie &O) const XRAY_NEVER_INSTRUMENT { in mergeInto() function