Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp297 bool OutGlue = I < E - 1; in ClusterNeighboringLoads() local
302 if (AddGlue(Load, InGlue, OutGlue, DAG)) { in ClusterNeighboringLoads()
303 if (OutGlue) in ClusterNeighboringLoads()
308 else if (!OutGlue && InGlue.getNode()) in ClusterNeighboringLoads()