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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp140 // Helper for AddGlue to clone node operands.
162 static bool AddGlue(SDNode *N, SDValue Glue, bool AddGlue, SelectionDAG *DAG) { argument
177 if (AddGlue)
185 // Cleanup after unsuccessful AddGlue. Use the standard method of morphing the
291 if (AddGlue(Lead, InGlue, true, DAG))
297 // If AddGlue fails, we could leave an unsused glue value. This should not
299 if (AddGlue(Load, InGlue, OutGlue, DAG)) {

Completed in 115 milliseconds