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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1587 SmallVector<Instruction *, 4> ExtUsers; local
1622 ExtUsers.push_back(User);
1624 if (ExtUsers.empty()) {
1632 const Instruction *CtxI = findCommonDominator(ExtUsers, *DT);
1685 for (Instruction *User : ExtUsers) {

Completed in 51 milliseconds