Searched defs:FindModifiedNodeSlot (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp790 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
794 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, SDValue Op, function in class:SelectionDAG
807 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
811 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, function in class:SelectionDAG
826 /// FindModifiedNodeSlot - Find a slot for the specified node if its operands
830 SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, ArrayRef<SDValue> Ops, function in class:SelectionDAG
5218 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos))
5243 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos))
5302 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos))

Completed in 791 milliseconds