Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp124 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in specializeFunctions()
133 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in FunctionSpecializer
619 FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp124 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in specializeFunctions()
133 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in FunctionSpecializer
619 FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp124 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in specializeFunctions()
133 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in FunctionSpecializer
619 FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp124 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in specializeFunctions()
133 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in FunctionSpecializer
619 FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp124 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in specializeFunctions()
133 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in FunctionSpecializer
619 FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp100 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
159 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
480 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp100 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
159 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
480 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp100 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
159 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
480 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp100 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
159 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
480 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp100 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
159 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
480 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp100 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
159 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
480 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp285 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in specializeFunctions()
294 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in FunctionSpecializer
813 Changed |= FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp1606 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) {
1700 if (tryToReplaceWithConstant(Solver, Inst)) {
1868 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) {
1890 if (tryToReplaceWithConstant(Solver, Inst)) {
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp1706 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1800 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()
2007 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
2029 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1753 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1848 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()
2077 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
2099 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp1753 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1848 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()
2077 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
2099 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1753 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1848 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()
2077 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
2099 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp1746 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1840 if (tryToReplaceWithConstant(Solver, Inst)) { in runSCCP()
2047 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
2069 if (tryToReplaceWithConstant(Solver, Inst)) { in runIPSCCP()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1600 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1656 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
1949 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp1600 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1656 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
1949 if (!AI->use_empty() && tryToReplaceWithConstant(Solver, &*AI)) { in runIPSCCP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1627 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1683 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
2004 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1631 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1687 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
2008 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1631 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function
1687 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()
2008 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()