Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()