reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instruction.h
  456   void applyMergedLocation(const DILocation *LocA, const DILocation *LocB);

References

lib/Transforms/InstCombine/InstCombinePHI.cpp
   41     Inst->applyMergedLocation(Inst->getDebugLoc(), I->getDebugLoc());
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  219   NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc());
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  866     PN->applyMergedLocation(PN->getDebugLoc(), DL);
lib/Transforms/Utils/SimplifyCFG.cpp
 1324       I1->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc());
 1386   NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc());
 1617       I0->applyMergedLocation(I0->getDebugLoc(), I->getDebugLoc());
 2101     SpeculatedStore->applyMergedLocation(BI->getDebugLoc(),