Home
last modified time | relevance | path

Searched refs:visitStore (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp183 return visitStore(*cast<StoreInst>(&I), ChangedValues, SS); in ComputeInstructionState()
328 void visitStore(StoreInst &I, in visitStore() function in __anon5039a2760111::CVPLatticeFunc
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h737 void visitStore(const StoreInst &I);
H A DSelectionDAGBuilder.cpp4211 void SelectionDAGBuilder::visitStore(const StoreInst &I) { in visitStore() function in SelectionDAGBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp398 bool visitStore(StoreInst &I);
1739 bool CallAnalyzer::visitStore(StoreInst &I) { in visitStore() function in CallAnalyzer