Searched refs:applyMergedLocation (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 456 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.h | 495 void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 866 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
|
D | SimplifyCFG.cpp | 1325 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/ |
D | PromoteMemoryToRegister.cpp | 881 PN->applyMergedLocation(PN->getDebugLoc(), DL); in updateForIncomingValueLocation()
|
D | SimplifyCFG.cpp | 1388 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/ |
D | HowToUpdateDebugInfo.rst | 70 use is ``Instruction::applyMergedLocation``.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 42 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 51 Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc()); in PHIArgMergedDebugLoc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 689 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 694 void Instruction::applyMergedLocation(const DILocation *LocA, in applyMergedLocation() function in Instruction
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 3501 Call->applyMergedLocation(Call->getDebugLoc(), in EmitTrapCheck()
|