Lines Matching defs:StackSafetyDataFlowAnalysis
188 // StackSafetyDataFlowAnalysis counter stored here for faster access.
193 // StackSafetyDataFlowAnalysis. Calls and parameters are irrelevant then.
586 template <typename CalleeTy> class StackSafetyDataFlowAnalysis {
611 StackSafetyDataFlowAnalysis(uint32_t PointerBitWidth, FunctionMap Functions)
622 ConstantRange StackSafetyDataFlowAnalysis<CalleeTy>::getArgumentAccessRange(
642 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US,
663 void StackSafetyDataFlowAnalysis<CalleeTy>::updateOneNode(
683 void StackSafetyDataFlowAnalysis<CalleeTy>::runDataFlow() {
709 void StackSafetyDataFlowAnalysis<CalleeTy>::verifyFixedPoint() {
717 const typename StackSafetyDataFlowAnalysis<CalleeTy>::FunctionMap &
718 StackSafetyDataFlowAnalysis<CalleeTy>::run() {
856 StackSafetyDataFlowAnalysis<GlobalValue> SSDFA(PointerSize, std::move(Copy));
1192 StackSafetyDataFlowAnalysis<FunctionSummary> SSDFA(