Home
last modified time | relevance | path

Searched defs:pushUsers (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp135 void DivergenceAnalysisImpl::pushUsers(const Value &V) { in pushUsers() function in DivergenceAnalysisImpl
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4002 auto pushUsers = [&](const Instruction &I) { in SoleWriteToDeadLocal() local