Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h456 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h495 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp866 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
DSimplifyCFG.cpp1325 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1387 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1624 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
2108 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
/external/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp881 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
DSimplifyCFG.cpp1388 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1453 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1700 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
2231 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
/external/llvm-project/llvm/docs/
DHowToUpdateDebugInfo.rst70 use is ``Instruction::applyMergedLocation``.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp51 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp689 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp694 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3501 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()