Home | History | Annotate | Download | only in Scalar

Lines Matching full:loopentry

347                                              BasicBlock *LoopEntry) const {
360 if ((Pred == ICmpInst::ICMP_NE && Br->getSuccessor(0) == LoopEntry) ||
361 (Pred == ICmpInst::ICMP_EQ && Br->getSuccessor(1) == LoopEntry))
390 BasicBlock *LoopEntry;
398 LoopEntry = *(CurLoop->block_begin());
402 if (Value *T = matchCondition (LIRUtil::getBranch(LoopEntry), LoopEntry))
445 for (BasicBlock::iterator Iter = LoopEntry->getFirstNonPHI(),
446 IterE = LoopEntry->end(); Iter != IterE; Iter++) {
456 if (!Phi || Phi->getParent() != LoopEntry)
463 if ((cast<Instruction>(*I))->getParent() != LoopEntry) {