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

Declarations

include/llvm/Transforms/Utils/Local.h
  316 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);

References

lib/CodeGen/CodeGenPrepare.cpp
 2538       findDbgValues(DbgValues, Inst);
lib/Transforms/Utils/BasicBlockUtils.cpp
  287       llvm::findDbgValues(DbgValues, Incoming);
lib/Transforms/Utils/LCSSA.cpp
  218     llvm::findDbgValues(DbgValues, I);
lib/Transforms/Utils/Local.cpp
 1238   findDbgValues(DbgValues, APN);
lib/Transforms/Utils/LoopRotationUtils.cpp
  147     llvm::findDbgValues(DbgValues, OrigHeaderVal);
unittests/Transforms/Utils/LocalTest.cpp
  766   findDbgValues(FDbgVals, &F);
  778   findDbgValues(ADbgVals, &A);