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

References

include/llvm/IR/InstVisitor.h
  215   RetTy visitVAStartInst(VAStartInst &I)          { DELEGATE(IntrinsicInst); }
lib/Transforms/InstCombine/InstCombineCalls.cpp
 1748 Instruction *InstCombiner::visitVAStartInst(VAStartInst &I) {
lib/Transforms/InstCombine/InstCombineInternal.h
  447   Instruction *visitVAStartInst(VAStartInst &I);
lib/Transforms/Instrumentation/MemorySanitizer.cpp
  987   virtual void visitVAStartInst(VAStartInst &I) = 0;
 2440   void visitVAStartInst(VAStartInst &I) {
 3923   void visitVAStartInst(VAStartInst &I) override {
 4059   void visitVAStartInst(VAStartInst &I) override {
 4228   void visitVAStartInst(VAStartInst &I) override {
 4495   void visitVAStartInst(VAStartInst &I) override {
 4565   void visitVAStartInst(VAStartInst &I) override {}