Searched refs:AddressTakenFunctions (Results 1 – 2 of 2) sorted by relevance
1702 SmallPtrSet<Function*, 32> AddressTakenFunctions; in runIPSCCP() local1721 AddressTakenFunctions.insert(&F); in runIPSCCP()1877 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F)) in runIPSCCP()
1865 SmallPtrSet<Function*, 32> AddressTakenFunctions; in runOnModule() local1884 AddressTakenFunctions.insert(F); in runOnModule()2073 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F)) in runOnModule()