Searched refs:TheBr (Results 1 – 3 of 3) sorted by relevance
296 BranchInst *TheBr = cast<BranchInst>(Compare->use_back()); in HandleFloatingPointIV() local302 assert(TheBr->isConditional() && "Can't use fcmp if not conditional"); in HandleFloatingPointIV()303 if (!L->contains(TheBr->getParent()) || in HandleFloatingPointIV()304 (L->contains(TheBr->getSuccessor(0)) && in HandleFloatingPointIV()305 L->contains(TheBr->getSuccessor(1)))) in HandleFloatingPointIV()417 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd, in HandleFloatingPointIV()
287 BranchInst *TheBr = cast<BranchInst>(Compare->user_back()); in handleFloatingPointIV() local293 assert(TheBr->isConditional() && "Can't use fcmp if not conditional"); in handleFloatingPointIV()294 if (!L->contains(TheBr->getParent()) || in handleFloatingPointIV()295 (L->contains(TheBr->getSuccessor(0)) && in handleFloatingPointIV()296 L->contains(TheBr->getSuccessor(1)))) in handleFloatingPointIV()408 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd, in handleFloatingPointIV()
328 BranchInst *TheBr = cast<BranchInst>(Compare->user_back()); in handleFloatingPointIV() local334 assert(TheBr->isConditional() && "Can't use fcmp if not conditional"); in handleFloatingPointIV()335 if (!L->contains(TheBr->getParent()) || in handleFloatingPointIV()336 (L->contains(TheBr->getSuccessor(0)) && in handleFloatingPointIV()337 L->contains(TheBr->getSuccessor(1)))) in handleFloatingPointIV()447 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd, in handleFloatingPointIV()