Searched refs:applyMergedLocation (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 222 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand() 261 S0->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in sinkStoresAndGEPs() 285 GEPNew->applyMergedLocation(GEP0->getDebugLoc(), GEP1->getDebugLoc()); in sinkStoresAndGEPs()
|
| H A D | GVNSink.cpp | 842 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
|
| H A D | GVNHoist.cpp | 945 ClonedGep->applyMergedLocation(ClonedGep->getDebugLoc(), in makeGepsAvailable()
|
| H A D | JumpThreading.cpp | 2810 BI->applyMergedLocation(PredTerm->getDebugLoc(), SI->getDebugLoc()); in unfoldSelectInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 229 Call->applyMergedLocation(mergeDebugLocs(GEP.Members), Load->getDebugLoc()); in makeGEPAndLoad() 253 Call->applyMergedLocation(mergeDebugLocs(GEP.Members), Store->getDebugLoc()); in makeGEPAndStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BreakCriticalEdges.cpp | 467 MergePHI->applyMergedLocation(DirPHI->getDebugLoc(), in SplitIndirectBrCriticalEdges()
|
| H A D | PromoteMemoryToRegister.cpp | 1133 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
|
| H A D | SimplifyCFG.cpp | 1972 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in hoistCommonCodeFromSuccessors() 2314 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction() 3302 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in speculativelyExecuteBB()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 701 LLVM_ABI void applyMergedLocation(DebugLoc LocA, DebugLoc LocB);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 52 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 958 void Instruction::applyMergedLocation(DebugLoc LocA, DebugLoc LocB) { in applyMergedLocation() function in Instruction
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 4069 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()
|