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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp279 /// GatherAllAliases - Walk up chain skipping non-aliasing memory nodes,
281 void GatherAllAliases(SDNode *N, SDValue OriginalChain,
10182 /// GatherAllAliases - Walk up chain skipping non-aliasing memory nodes,
10184 void DAGCombiner::GatherAllAliases(SDNode *N, SDValue OriginalChain, function in class:DAGCombiner
10290 GatherAllAliases(N, OldChain, Aliases);

Completed in 132 milliseconds