Home | History | Annotate | Download | only in mips

Lines Matching refs:misPredBranchOver

1371      * Set the misPredBranchOver target so that it will be generated when the
3080 mir->meta.callsiteInfo->misPredBranchOver->target = (LIR *) target;
3111 * If the invoke has non-null misPredBranchOver, we need to generate
3115 if (mir->meta.callsiteInfo->misPredBranchOver) {
3319 * If the invoke has non-null misPredBranchOver, we need to generate
3323 if (mir->meta.callsiteInfo->misPredBranchOver) {
3504 * If the invoke has non-null misPredBranchOver, we need to generate
3508 if (mir->meta.callsiteInfo->misPredBranchOver) {
4196 * Set the misPredBranchOver target so that it will be generated when the
4199 callsiteInfo->misPredBranchOver = (LIR *) opCompareBranch(cUnit, kMipsBne, regPredictedClass, regActualClass);