Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp574 bool updateOneUse(UseInfo<CalleeTy> &US, bool UpdateToFullSet);
620 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US, in updateOneUse() function in __anon770d5a5f0211::StackSafetyDataFlowAnalysis
646 Changed |= updateOneUse(KV.second, UpdateToFullSet); in updateOneNode()