Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp221 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
259 S0->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in sinkStoresAndGEPs()
283 GEPNew->applyMergedLocation(GEP0->getDebugLoc(), GEP1->getDebugLoc()); in sinkStoresAndGEPs()
H A DJumpThreading.cpp2779 BI->applyMergedLocation(PredTerm->getDebugLoc(), SI->getDebugLoc()); in unfoldSelectInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp230 Call->applyMergedLocation(mergeDILocations(GEP.Members), Load->getDebugLoc()); in makeGEPAndLoad()
254 Call->applyMergedLocation(mergeDILocations(GEP.Members), in makeGEPAndStore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h614 void applyMergedLocation(DILocation *LocA, DILocation *LocB);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp1070 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
H A DSimplifyCFG.cpp1684 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in hoistCommonCodeFromSuccessors()
2076 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
3082 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp52 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp927 void Instruction::applyMergedLocation(DILocation *LocA, DILocation *LocB) { in applyMergedLocation() function in Instruction
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3819 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()