Searched refs:HasGlue (Results 1 – 2 of 2) sorted by relevance
7365 bool HasGlue = Call->getGluedNode(); in visitPatchpoint() local7385 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint()7399 SDNode::op_iterator e = HasGlue ? Call->op_end()-2 : Call->op_end()-1; in visitPatchpoint()7406 if (HasGlue) in visitPatchpoint()7416 if (HasGlue) in visitPatchpoint()
8134 bool HasGlue = Call->getGluedNode(); in visitPatchpoint() local8154 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint()8168 SDNode::op_iterator e = HasGlue ? Call->op_end()-2 : Call->op_end()-1; in visitPatchpoint()8175 if (HasGlue) in visitPatchpoint()8185 if (HasGlue) in visitPatchpoint()