Searched refs:AddressTakenFunctions (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp1700 // AddressTakenFunctions - This set keeps track of the address-taken functions
1705 SmallPtrSet<Function*, 32> AddressTakenFunctions; local
1724 AddressTakenFunctions.insert(F);
1913 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F))

Completed in 102 milliseconds