Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h339 void LowerArguments(const Function &F);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1561 LowerArguments(Fn); in SelectAllBasicBlocks()
1578 LowerArguments(Fn); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp8989 void SelectionDAGISel::LowerArguments(const Function &F) { in LowerArguments() function in SelectionDAGISel