Home | History | Annotate | Download | only in arm

Lines Matching refs:misPredBranchOver

1308      * Set the misPredBranchOver target so that it will be generated when the
2986 mir->meta.callsiteInfo->misPredBranchOver->target = (LIR *) target;
3017 * If the invoke has non-null misPredBranchOver, we need to generate
3021 if (mir->meta.callsiteInfo->misPredBranchOver) {
3194 * If the invoke has non-null misPredBranchOver, we need to generate
3198 if (mir->meta.callsiteInfo->misPredBranchOver) {
3370 * If the invoke has non-null misPredBranchOver, we need to generate
3374 if (mir->meta.callsiteInfo->misPredBranchOver) {
4074 * Set the misPredBranchOver target so that it will be generated when the
4077 callsiteInfo->misPredBranchOver = (LIR *) opCondBranch(cUnit, kArmCondNe);