Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp216 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
H A DJumpThreading.cpp2737 BI->applyMergedLocation(PredTerm->getDebugLoc(), SI->getDebugLoc()); in unfoldSelectInstr()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h493 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp879 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
H A DSimplifyCFG.cpp1559 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1619 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1903 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
2867 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
/llvm-project-15.0.7/llvm/docs/
H A DHowToUpdateDebugInfo.rst81 use is ``Instruction::applyMergedLocation``.
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp51 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp813 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3600 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()