Home
last modified time | relevance | path

Searched defs:SCCPInstVisitor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h58 class SCCPInstVisitor; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp358 class SCCPInstVisitor : public InstVisitor<SCCPInstVisitor> { class
706 SCCPInstVisitor(const DataLayout &DL, in SCCPInstVisitor() function in llvm::SCCPInstVisitor