Searched refs:IsCandidate (Results 1 – 4 of 4) sorted by relevance
277 bool IsCandidate : 1; ///< Possible LOH candidate.291 Info.IsCandidate = false; in handleUse() 300 Info.IsCandidate = true; in handleUse() 306 Info.IsCandidate = true; in handleUse() 311 Info.IsCandidate = true; in handleUse() 317 Info.IsCandidate = true; in handleUse() 324 Info.IsCandidate = false; in handleUse() 334 if (!DefInfo.IsCandidate || (&DefInfo != &OpInfo && OpInfo.OneUser))345 assert(OpInfo.IsCandidate && "Expect valid state"); in handleMiddleInst() 349 OpInfo.IsCandidate in handleMiddleInst() 281 bool IsCandidate : 1; ///< Possible LOH candidate. global() member [all...]
216 bool IsCandidate = isCandidate(&MI, DefedReg, FrameReg); in processBlock() local219 if (IsCandidate && MBBDefs.hasIdentical(DefedReg, &MI)) { in processBlock()239 if (IsCandidate) { in processBlock()
248 bool IsCandidate = detectFPCCEligibleStructHelper( in detectFPCCEligibleStruct() local255 if (!IsCandidate) in detectFPCCEligibleStruct()395 bool IsCandidate = in classifyArgumentType() local398 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()
344 bool IsCandidate = detectFARsEligibleStruct( in classifyArgumentType() local346 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()