Searched refs:visitAllocaInst (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h260 SizeOffsetType visitAllocaInst(AllocaInst &I);
331 SizeOffsetEvalType visitAllocaInst(AllocaInst &I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h131 void visitAllocaInst(AllocaInst &I);
H A DExecution.cpp1015 void Interpreter::visitAllocaInst(AllocaInst &I) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h55 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
170 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp632 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) { function in class:ObjectSizeOffsetVisitor
917 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) { function in class:ObjectSizeOffsetEvaluator
H A DLint.cpp117 void visitAllocaInst(AllocaInst &I);
605 void Lint::visitAllocaInst(AllocaInst &I) { function in class:Lint
H A DCFLGraph.h344 void visitAllocaInst(AllocaInst &Inst) { addNode(&Inst); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h432 Instruction *visitAllocaInst(AllocaInst &AI);
H A DInstCombineLoadStoreAlloca.cpp341 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { function in class:InstCombiner
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp457 void visitAllocaInst(AllocaInst &I);
1442 void DFSanVisitor::visitAllocaInst(AllocaInst &I) { function in class:DFSanVisitor
H A DAddressSanitizer.cpp1021 void visitAllocaInst(AllocaInst &AI) { function in struct:__anon2619::FunctionStackPoisoner
H A DMemorySanitizer.cpp3545 void visitAllocaInst(AllocaInst &I) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp485 void visitAllocaInst(AllocaInst &AI);
3492 void Verifier::visitAllocaInst(AllocaInst &AI) { function in class:Verifier

Completed in 333 milliseconds