Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1702 SmallPtrSet<Function*, 32> AddressTakenFunctions; in runIPSCCP() local
1721 AddressTakenFunctions.insert(&F); in runIPSCCP()
1877 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F)) in runIPSCCP()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1865 SmallPtrSet<Function*, 32> AddressTakenFunctions; in runOnModule() local
1884 AddressTakenFunctions.insert(F); in runOnModule()
2073 if (!F->hasLocalLinkage() || AddressTakenFunctions.count(F)) in runOnModule()