Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h87 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp197 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal() function in GlobalStatus
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1633 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal()