Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp199 void VPBlockBase::setCondBit(VPValue *CV) { CondBitUser.resetSingleOpUser(CV); } in setCondBit()
210 PredicateUser.resetSingleOpUser(CV); in setPredicate()
H A DVPlan.h371 void resetSingleOpUser(VPValue *NewVal) { in resetSingleOpUser() function