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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h193 SizeOffsetType visitAllocaInst(AllocaInst &I);
259 SizeOffsetEvalType visitAllocaInst(AllocaInst &I);
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h149 void visitAllocaInst(AllocaInst &I);
H A DExecution.cpp960 void Interpreter::visitAllocaInst(AllocaInst &I) {
/freebsd-10.2-release/contrib/llvm/include/llvm/
H A DInstVisitor.h56 /// void visitAllocaInst(AllocaInst &AI) { ++Count; }
174 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h196 Instruction *visitAllocaInst(AllocaInst &AI);
H A DInstCombineLoadStoreAlloca.cpp153 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { function in class:InstCombiner
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp441 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) { function in class:ObjectSizeOffsetVisitor
671 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) { function in class:ObjectSizeOffsetEvaluator
H A DLint.cpp91 void visitAllocaInst(AllocaInst &I);
565 void Lint::visitAllocaInst(AllocaInst &I) { function in class:Lint
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp255 void visitAllocaInst(AllocaInst &I);
1089 void DFSanVisitor::visitAllocaInst(AllocaInst &I) { function in class:DFSanVisitor
H A DAddressSanitizer.cpp477 void visitAllocaInst(AllocaInst &AI) { function in struct:__anon2737::FunctionStackPoisoner
H A DMemorySanitizer.cpp2026 void visitAllocaInst(AllocaInst &I) { function in struct:__anon2745::MemorySanitizerVisitor
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DVerifier.cpp320 void visitAllocaInst(AllocaInst &AI);
1863 void Verifier::visitAllocaInst(AllocaInst &AI) { function in class:Verifier
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp499 void visitAllocaInst (Instruction &I) { markOverdefined(&I); } function in class:__anon2811::SCCPSolver

Completed in 271 milliseconds