Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp552 Instruction *UUser = dyn_cast<Instruction>(UU); in isLoopControlIV() local
555 if (BO->hasNoSignedWrap() && UUser && UUser->hasOneUse() && in isLoopControlIV()
556 isa<SExtInst>(UUser)) in isLoopControlIV()
557 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in isLoopControlIV()
558 if (!isCompareUsedByBranch(UUser)) in isLoopControlIV()
1165 Instruction *UUser = dyn_cast<Instruction>(UU); in validate() local
1167 Uses[UUser].set(IL_All); in validate()
1169 if (isa<SExtInst>(UUser)) { in validate()
1170 UUser = dyn_cast<Instruction>(*(UUser->user_begin())); in validate()
1171 Uses[UUser].set(IL_All); in validate()
[all …]