Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h415 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp888 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
DSimplifyCFG.cpp1323 I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1584 I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc()); in sinkLastInstruction()
2069 SpeculatedStore->applyMergedLocation(BI->getDebugLoc(), in SpeculativelyExecuteBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
DInstCombineLoadStoreAlloca.cpp1638 NewSI->applyMergedLocation(SI.getDebugLoc(), OtherStore->getDebugLoc()); in SimplifyStoreAtEndOfBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp691 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction