Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6868 bool HasGlue = Call->getGluedNode(); in visitPatchpoint() local
6888 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint()
6902 SDNode::op_iterator e = HasGlue ? Call->op_end()-2 : Call->op_end()-1; in visitPatchpoint()
6909 if (HasGlue) in visitPatchpoint()
6919 if (HasGlue) in visitPatchpoint()