Searched refs:Combine (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp594 CurDAG->Combine(BeforeLegalizeTypes, *AA, OptLevel);
622 CurDAG->Combine(AfterLegalizeTypes, *AA, OptLevel);
647 CurDAG->Combine(AfterLegalizeVectorOps, *AA, OptLevel);
669 CurDAG->Combine(AfterLegalizeDAG, *AA, OptLevel);
H A DDAGCombiner.cpp9178 // Combine:
9212 // Combine:
10305 // SelectionDAG::Combine - This is the entry point for the file.
10307 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis &AA, function in class:SelectionDAG
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h307 /// Combine - This iterates over the nodes in the SelectionDAG, folding
309 /// Level argument controls whether Combine is allowed to produce nodes and
311 void Combine(CombineLevel Level, AliasAnalysis &AA,

Completed in 208 milliseconds