Searched refs:IsCandidate (Results 1 – 2 of 2) sorted by relevance
281 bool IsCandidate : 1; ///< Possible LOH candidate. member295 Info.IsCandidate = false; in handleUse()304 Info.IsCandidate = true; in handleUse()310 Info.IsCandidate = true; in handleUse()315 Info.IsCandidate = true; in handleUse()321 Info.IsCandidate = true; in handleUse()328 Info.IsCandidate = false; in handleClobber()338 if (!DefInfo.IsCandidate || (&DefInfo != &OpInfo && OpInfo.OneUser)) in handleMiddleInst()349 assert(OpInfo.IsCandidate && "Expect valid state"); in handleMiddleInst()353 OpInfo.IsCandidate = true; in handleMiddleInst()[all …]
10669 bool IsCandidate = detectFPCCEligibleStructHelper( in detectFPCCEligibleStruct() local10674 if (!IsCandidate) in detectFPCCEligibleStruct()10782 bool IsCandidate = in classifyArgumentType() local10785 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()