Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp482 bool visitInsertValue(InsertValueInst &I);
2218 bool CallAnalyzer::visitInsertValue(InsertValueInst &I) { in visitInsertValue() function in CallAnalyzer
2224 return Base::visitInsertValue(I); in visitInsertValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h588 void visitInsertValue(const InsertValueInst &I);
H A DSelectionDAGBuilder.cpp4200 void SelectionDAGBuilder::visitInsertValue(const InsertValueInst &I) { in visitInsertValue() function in SelectionDAGBuilder