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

References

include/llvm/IR/InstVisitor.h
  118     static_assert(std::is_base_of<InstVisitor, SubClass>::value,
lib/Analysis/InlineCost.cpp
   96 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> {
   97   typedef InstVisitor<CallAnalyzer, bool> Base;
 1323   CallAnalyzer CA(TTI, GetAssumptionCache, GetBFI, PSI, ORE, *F, Call,
 2076   CallAnalyzer CA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, ORE, *Callee,