Searched refs:HasGlue (Results 1 – 1 of 1) sorted by relevance
6868 bool HasGlue = Call->getGluedNode(); in visitPatchpoint() local6888 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()