Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h235 bool lowerArguments();
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp107 bool FastISel::lowerArguments() { in lowerArguments() function in FastISel
DSelectionDAGISel.cpp1212 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()