Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h456 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp689 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction