Home
last modified time | relevance | path

Searched refs:applyMergedLocation (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp214 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h436 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp890 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
H A DSimplifyCFG.cpp1330 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1387 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1597 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
2082 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp689 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction