Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp483 bool updateOneUse(UseInfo<CalleeTy> &US, bool UpdateToFullSet);
529 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US, in updateOneUse() function in __anon6fe50f740211::StackSafetyDataFlowAnalysis
555 Changed |= updateOneUse(KV.second, UpdateToFullSet); in updateOneNode()