Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp273 bool OutGlue = I < E - 1; in ClusterNeighboringLoads() local
278 if (AddGlue(Load, InGlue, OutGlue, DAG)) { in ClusterNeighboringLoads()
279 if (OutGlue) in ClusterNeighboringLoads()
284 else if (!OutGlue && InGlue.getNode()) in ClusterNeighboringLoads()