Searched refs:IsCandidate (Results 1 – 4 of 4) sorted by relevance
286 unsigned IsCandidate : 1; ///< Possible LOH candidate.302 Info.IsCandidate = false; in handleUse()311 Info.IsCandidate = true; in handleUse()317 Info.IsCandidate = true; in handleUse()322 Info.IsCandidate = true; in handleUse()328 Info.IsCandidate = true; in handleUse()335 Info.IsCandidate = false; in handleClobber()345 if (!DefInfo.IsCandidate || (&DefInfo != &OpInfo && OpInfo.OneUser)) in handleMiddleInst()356 assert(OpInfo.IsCandidate && "Expect valid state"); in handleMiddleInst()360 OpInfo.IsCandidate = true; in handleMiddleInst()[all …]
237 bool IsCandidate = isCandidate(&MI, DefedReg, FrameReg); in processBlock() local240 if (IsCandidate && MBBDefs.hasIdentical(DefedReg, &MI)) { in processBlock()260 if (IsCandidate) { in processBlock()
319 bool IsCandidate = detectFPCCEligibleStructHelper( in detectFPCCEligibleStruct() local326 if (!IsCandidate) in detectFPCCEligibleStruct()636 bool IsCandidate = in classifyArgumentType() local639 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()
344 bool IsCandidate = detectFARsEligibleStruct( in classifyArgumentType() local346 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()