Searched defs:visitVAStartInst (Results 1 - 3 of 3) sorted by relevance

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

Completed in 184 milliseconds