Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp441 bool visitInsertValue(InsertValueInst &I);
2072 bool CallAnalyzer::visitInsertValue(InsertValueInst &I) { in visitInsertValue() function in CallAnalyzer
2078 return Base::visitInsertValue(I); in visitInsertValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h532 void visitInsertValue(const InsertValueInst &I);
H A DSelectionDAGBuilder.cpp3756 void SelectionDAGBuilder::visitInsertValue(const InsertValueInst &I) { in visitInsertValue() function in SelectionDAGBuilder