Searched refs:TheBr (Results 1 – 1 of 1) sorted by relevance
321 BranchInst *TheBr = cast<BranchInst>(Compare->user_back()); in handleFloatingPointIV() local327 assert(TheBr->isConditional() && "Can't use fcmp if not conditional"); in handleFloatingPointIV()328 if (!L->contains(TheBr->getParent()) || in handleFloatingPointIV()329 (L->contains(TheBr->getSuccessor(0)) && in handleFloatingPointIV()330 L->contains(TheBr->getSuccessor(1)))) in handleFloatingPointIV()442 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd, in handleFloatingPointIV()