Home
last modified time | relevance | path

Searched refs:inspectStore (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DAutoInitRemark.h45 void inspectStore(StoreInst &SI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp54 Remark.inspectStore(*SI); in tryEmitAutoInitRemark()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAutoInitRemark.cpp46 void AutoInitRemark::inspectStore(StoreInst &SI) { in inspectStore() function in AutoInitRemark