Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h347 void LowerArguments(const Function &F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1386 LowerArguments(Fn); in SelectAllBasicBlocks()
1403 LowerArguments(Fn); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp9988 void SelectionDAGISel::LowerArguments(const Function &F) { in LowerArguments() function in SelectionDAGISel