Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h355 void LowerArguments(const Function &F);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1398 LowerArguments(Fn); in SelectAllBasicBlocks()
1415 LowerArguments(Fn); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp10516 void SelectionDAGISel::LowerArguments(const Function &F) { in LowerArguments() function in SelectionDAGISel