Searched refs:applyMergedLocation (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | MergedLoadStoreMotion.cpp | 221 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()
|
| HD | GVNSink.cpp | 926 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
|
| HD | GVNHoist.cpp | 947 ClonedGep->applyMergedLocation(ClonedGep->getDebugLoc(), in makeGepsAvailable()
|
| HD | JumpThreading.cpp | 2773 BI->applyMergedLocation(PredTerm->getDebugLoc(), SI->getDebugLoc()); in unfoldSelectInstr()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFPreserveStaticOffset.cpp | 231 Call->applyMergedLocation(mergeDILocations(GEP.Members), Load->getDebugLoc()); in makeGEPAndLoad() 255 Call->applyMergedLocation(mergeDILocations(GEP.Members), in makeGEPAndStore()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Instruction.h | 649 void applyMergedLocation(DILocation *LocA, DILocation *LocB);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | PromoteMemoryToRegister.cpp | 1091 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
|
| HD | SimplifyCFG.cpp | 1753 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in hoistCommonCodeFromSuccessors() 2133 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction() 3141 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombinePHI.cpp | 52 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | DebugInfo.cpp | 932 void Instruction::applyMergedLocation(DILocation *LocA, DILocation *LocB) { in applyMergedLocation() function in Instruction
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExpr.cpp | 3846 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()
|