Searched refs:UUser (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp552 Instruction *UUser = dyn_cast<Instruction>(UU); local
555 if (BO->hasNoSignedWrap() && UUser && UUser->hasOneUse() &&
556 isa<SExtInst>(UUser))
557 UUser = dyn_cast<Instruction>(*(UUser->user_begin()));
558 if (!isCompareUsedByBranch(UUser))
1175 Instruction *UUser = dyn_cast<Instruction>(UU); local
1176 // UUser could be compare, PHI or branch
1177 Uses[UUser]
[all...]

Completed in 102 milliseconds