Searched refs:AddGlue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp139 // Helper for AddGlue to clone node operands.
163 static bool AddGlue(SDNode *N, SDValue Glue, bool AddGlue, SelectionDAG *DAG) { argument
178 if (AddGlue)
186 // Cleanup after unsuccessful AddGlue. Use the standard method of morphing the
270 if (AddGlue(Lead, InGlue, true, DAG))
276 // If AddGlue fails, we could leave an unsused glue value. This should not
278 if (AddGlue(Load, InGlue, OutGlue, DAG)) {

Completed in 57 milliseconds