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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1 //===-- DAGCombiner.cpp - Implement a DAG node combiner -------------------===//
55 //------------------------------ DAGCombiner ---------------------------------//
57 class DAGCombiner { class in namespace:__anon10264
310 DAGCombiner(SelectionDAG &D, AliasAnalysis &A, CodeGenOpt::Level OL) function in class:__anon10264::DAGCombiner
339 DAGCombiner &DC;
341 explicit WorkListRemover(DAGCombiner &dc)
355 ((DAGCombiner*)DC)->AddToWorkList(N);
359 ((DAGCombiner*)DC)->removeFromWorkList(N);
364 return ((DAGCombiner*)DC)->CombineTo(N, &To[0], To.size(), AddTo);
369 return ((DAGCombiner*)D
[all...]

Completed in 145 milliseconds