Home | History | Annotate | Download | only in CodeGen

Lines Matching full:candidate

169     /// ProcessMI - Examine the instruction for potentai LICM candidate. Also
182 /// candidate for LICM. e.g. If the instruction is a call, then it's
401 /// ProcessMI - Examine the instruction for potentai LICM candidate. Also
473 // the loop, it cannot be a LICM candidate.
549 // 1. Check if the candidate defined register is defined by another
551 // 2. If the candidate is a load from stack slot (always true for now),
553 // 3. Make sure candidate def should not clobber
892 /// candidate for LICM. e.g. If the instruction is a call, then it's obviously