Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSCCP.cpp38 if (!runIPSCCP(M, DL, GetTLI, getAnalysis)) in run()
82 return runIPSCCP(M, DL, GetTLI, getAnalysis); in runOnModule()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DSCCP.h43 bool runIPSCCP(Module &M, const DataLayout &DL,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp467 bool llvm::runIPSCCP( in runIPSCCP() function in llvm