Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp482 bool visitInsertValue(InsertValueInst &I);
2210 bool CallAnalyzer::visitInsertValue(InsertValueInst &I) { in visitInsertValue() function in CallAnalyzer
2216 return Base::visitInsertValue(I); in visitInsertValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h579 void visitInsertValue(const InsertValueInst &I);
H A DSelectionDAGBuilder.cpp4009 void SelectionDAGBuilder::visitInsertValue(const InsertValueInst &I) { in visitInsertValue() function in SelectionDAGBuilder