Searched refs:applyMergedLocation (Results 1 – 6 of 6) sorted by relevance
415 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
888 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
1323 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()1584 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()2069 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
1638 NewSI->applyMergedLocation(SI.getDebugLoc(), OtherStore->getDebugLoc()); in SimplifyStoreAtEndOfBlock()
691 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction