HomeSort by relevance Sort by last modified time
    Searched defs:visitStoreInst (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 233 void visitStoreInst(StoreInst &SI) {
  /external/llvm/include/llvm/IR/
InstVisitor.h 176 RetTy visitStoreInst(StoreInst &I) { DELEGATE(Instruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 597 Instruction *InstCombiner::visitStoreInst(StoreInst &SI) {
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 80 void visitStoreInst(StoreInst &I);
467 void Lint::visitStoreInst(StoreInst &I) {
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 151 bool visitStoreInst(StoreInst &);
603 bool Scalarizer::visitStoreInst(StoreInst &SI) {
SCCP.cpp 483 void visitStoreInst (StoreInst &I);
    [all...]
SROA.cpp 468 void visitStoreInst(StoreInst &SI) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 302 void visitStoreInst(StoreInst &SI);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 308 void visitStoreInst(StoreInst &SI);
    [all...]
MemorySanitizer.cpp     [all...]

Completed in 248 milliseconds