Home
last modified time | relevance | path

Searched refs:OutGlue (Results 1 – 3 of 3) 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp290 bool OutGlue = I < E - 1; in ClusterNeighboringLoads() local
295 if (AddGlue(Load, InGlue, OutGlue, DAG)) { in ClusterNeighboringLoads()
296 if (OutGlue) in ClusterNeighboringLoads()
301 else if (!OutGlue && InGlue.getNode()) in ClusterNeighboringLoads()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp293 bool OutGlue = I < E - 1; in ClusterNeighboringLoads() local
298 if (AddGlue(Load, InGlue, OutGlue, DAG)) { in ClusterNeighboringLoads()
299 if (OutGlue) in ClusterNeighboringLoads()
304 else if (!OutGlue && InGlue.getNode()) in ClusterNeighboringLoads()