Searched refs:applyMergedLocation (Results 1 – 6 of 6) sorted by relevance
220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
456 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
866 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
1325 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()1387 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()1624 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()2108 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
689 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction