Home
last modified time | relevance | path

Searched refs:OutGlue (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp237 bool OutGlue = I < E - 1; in ClusterNeighboringLoads() local
240 AddGlue(Load, InGlue, OutGlue, DAG); in ClusterNeighboringLoads()
242 if (OutGlue) in ClusterNeighboringLoads()