Searched refs:visitVAStartInst (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h216 RetTy visitVAStartInst(VAStartInst &I) { DELEGATE(IntrinsicInst); } function in class:llvm::InstVisitor
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp989 virtual void visitVAStartInst(VAStartInst &I) = 0;
2436 void visitVAStartInst(VAStartInst &I) {
2437 VAHelper->visitVAStartInst(I);
3971 void visitVAStartInst(VAStartInst &I) override {
4109 void visitVAStartInst(VAStartInst &I) override {
4279 void visitVAStartInst(VAStartInst &I) override {
4549 void visitVAStartInst(VAStartInst &I) override {
4619 void visitVAStartInst(VAStartInst &I) override {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h448 Instruction *visitVAStartInst(VAStartInst &I);
H A DInstCombineCalls.cpp1754 Instruction *InstCombiner::visitVAStartInst(VAStartInst &I) { function in class:InstCombiner

Completed in 131 milliseconds