Searched refs:AddressTakenFunctions (Results 1 – 1 of 1) sorted by relevance
1704 SmallPtrSet<Function*, 32> AddressTakenFunctions; in runOnModule() local1723 AddressTakenFunctions.insert(F); in runOnModule()1913 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F)) in runOnModule()