Home
last modified time | relevance | path

Searched refs:TheBr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp296 BranchInst *TheBr = cast<BranchInst>(Compare->use_back()); in HandleFloatingPointIV() local
302 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()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp287 BranchInst *TheBr = cast<BranchInst>(Compare->user_back()); in handleFloatingPointIV() local
293 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()