Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstVisitor.h219 RetTy visitVAStartInst(VAStartInst &I) { DELEGATE(IntrinsicInst); } in visitVAStartInst() function
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp591 virtual void visitVAStartInst(VAStartInst &I) = 0;
1918 void visitVAStartInst(VAStartInst &I) { in visitVAStartInst() function
1919 VAHelper->visitVAStartInst(I); in visitVAStartInst()
2963 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
3090 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
3245 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
3493 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst() function
3551 void visitVAStartInst(VAStartInst &I) override {} in visitVAStartInst() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h333 Instruction *visitVAStartInst(VAStartInst &I);
DInstCombineCalls.cpp1230 Instruction *InstCombiner::visitVAStartInst(VAStartInst &I) { in visitVAStartInst() function in InstCombiner