Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp484 void updateOneNode(const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS);
485 void updateOneNode(const CalleeTy *Callee) { in updateOneNode() function in __anon6fe50f740211::StackSafetyDataFlowAnalysis
486 updateOneNode(Callee, Functions.find(Callee)->second); in updateOneNode()
490 updateOneNode(F.first, F.second); in updateAllNodes()
550 void StackSafetyDataFlowAnalysis<CalleeTy>::updateOneNode( in updateOneNode() function in __anon6fe50f740211::StackSafetyDataFlowAnalysis
591 updateOneNode(Callee); in runDataFlow()