Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1704 SmallPtrSet<Function*, 32> AddressTakenFunctions; in runOnModule() local
1723 AddressTakenFunctions.insert(F); in runOnModule()
1913 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F)) in runOnModule()