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/
H A 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()
H A DJumpThreading.cpp2776 BI->applyMergedLocation(PredTerm->getDebugLoc(), SI->getDebugLoc()); in unfoldSelectInstr()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h516 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp972 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
H A 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/docs/
H A DHowToUpdateDebugInfo.rst81 use is ``Instruction::applyMergedLocation``.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp52 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp832 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3575 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()