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

Declarations

include/llvm/Transforms/Utils/Local.h
  172 bool SimplifyInstructionsInBlock(BasicBlock *BB,

References

lib/CodeGen/WinEHPrepare.cpp
 1010     SimplifyInstructionsInBlock(BB);
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  344       SimplifyInstructionsInBlock(&BB);
lib/Transforms/Scalar/JumpThreading.cpp
 2090   SimplifyInstructionsInBlock(NewBB, TLI);
lib/Transforms/Scalar/LoopRerollPass.cpp
 1478   SimplifyInstructionsInBlock(Header, TLI);
unittests/Transforms/Utils/LocalTest.cpp
  579   bool Deleted = SimplifyInstructionsInBlock(BB);