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

Declarations

include/llvm/Transforms/IPO/Attributor.h
  874   bool checkForAllInstructions(const function_ref<bool(Instruction &)> &Pred,

References

include/llvm/Transforms/IPO/Attributor.h
  884     return checkForAllInstructions(Pred, QueryingAA,
lib/Transforms/IPO/Attributor.cpp
  795     if (!A.checkForAllInstructions(CheckForNoUnwind, *this, Opcodes))
 1123   if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}))
 2870     if (!A.checkForAllInstructions(CheckForNoReturn, *this,