Searched refs:IsCandidate (Results 1 – 3 of 3) 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 …]
208 bool IsCandidate = isCandidate(&MI, DefedReg, FrameReg); in processBlock() local211 if (IsCandidate) { in processBlock()232 if (IsCandidate) { in processBlock()
11196 bool IsCandidate = detectFPCCEligibleStructHelper( in detectFPCCEligibleStruct() local11201 if (!IsCandidate) in detectFPCCEligibleStruct()11309 bool IsCandidate = in classifyArgumentType() local11312 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()12067 bool IsCandidate = detectFARsEligibleStruct( in classifyArgumentType() local12069 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()