Home
last modified time | relevance | path

Searched refs:visitLoad (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h88 bool visitLoad(LoadInst &I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp177 return visitLoad(*cast<LoadInst>(&I), ChangedValues, SS); in ComputeInstructionState()
312 void visitLoad(LoadInst &I, in visitLoad() function in __anon5039a2760111::CVPLatticeFunc
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp100 bool UnrolledInstAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in UnrolledInstAnalyzer
H A DInlineCost.cpp397 bool visitLoad(LoadInst &I);
1723 bool CallAnalyzer::visitLoad(LoadInst &I) { in visitLoad() function in CallAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h736 void visitLoad(const LoadInst &I);
H A DSelectionDAGBuilder.cpp4034 void SelectionDAGBuilder::visitLoad(const LoadInst &I) { in visitLoad() function in SelectionDAGBuilder