Searched refs:TheBr (Results 1 – 1 of 1) sorted by relevance
289 BranchInst *TheBr = cast<BranchInst>(Compare->user_back()); in HandleFloatingPointIV() local295 assert(TheBr->isConditional() && "Can't use fcmp if not conditional"); in HandleFloatingPointIV()296 if (!L->contains(TheBr->getParent()) || in HandleFloatingPointIV()297 (L->contains(TheBr->getSuccessor(0)) && in HandleFloatingPointIV()298 L->contains(TheBr->getSuccessor(1)))) in HandleFloatingPointIV()410 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd, in HandleFloatingPointIV()