Home
last modified time | relevance | path

Searched refs:visitVAEndInst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h152 void visitVAEndInst(VAEndInst &I);
H A DExecution.cpp1090 void Interpreter::visitVAEndInst(VAEndInst &I) { in visitVAEndInst() function in Interpreter
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h217 RetTy visitVAEndInst(VAEndInst &I) { DELEGATE(IntrinsicInst); } in visitVAEndInst() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h180 Instruction *visitVAEndInst(VAEndInst &I);
H A DInstCombineCalls.cpp795 Instruction *InstCombinerImpl::visitVAEndInst(VAEndInst &I) { in visitVAEndInst() function in InstCombinerImpl