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

/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1697 // AddressTakenFunctions - This set keeps track of the address-taken functions
1702 SmallPtrSet<Function*, 32> AddressTakenFunctions; local
1721 AddressTakenFunctions.insert(&F);
1877 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F))
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp1860 // AddressTakenFunctions - This set keeps track of the address-taken functions
1865 SmallPtrSet<Function*, 32> AddressTakenFunctions; local
1884 AddressTakenFunctions.insert(F);
2073 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F))

Completed in 137 milliseconds