Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp216 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
254 S0->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in sinkStoresAndGEPs()
271 GEPNew->applyMergedLocation(GEP0->getDebugLoc(), GEP1->getDebugLoc()); in sinkStoresAndGEPs()
DJumpThreading.cpp2776 BI->applyMergedLocation(PredTerm->getDebugLoc(), SI->getDebugLoc()); in unfoldSelectInstr()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstruction.h516 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp972 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
DSimplifyCFG.cpp1637 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1707 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1991 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
2994 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp52 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/openbsd/src/gnu/llvm/llvm/docs/
DHowToUpdateDebugInfo.rst81 use is ``Instruction::applyMergedLocation``.
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfo.cpp832 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExpr.cpp3575 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()