Home
last modified time | relevance | path

Searched refs:canConstantFoldCallTo (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DConstantFolding.h82 bool canConstantFoldCallTo(const Function *F);
/external/llvm/include/llvm/Analysis/
DConstantFolding.h134 bool canConstantFoldCallTo(const Function *F);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DConstantFolding.h142 bool canConstantFoldCallTo(ImmutableCallSite CS, const Function *F);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp836 if (canConstantFoldCallTo(F)) in ConstantFoldInstOperands()
1045 llvm::canConstantFoldCallTo(const Function *F) { in canConstantFoldCallTo() function in llvm
DScalarEvolution.cpp4666 return canConstantFoldCallTo(F); in CanConstantFold()
/external/llvm/lib/Analysis/
DConstantFolding.cpp949 if (canConstantFoldCallTo(F)) in ConstantFoldInstOperandsImpl()
1274 bool llvm::canConstantFoldCallTo(const Function *F) { in canConstantFoldCallTo() function in llvm
DInlineCost.cpp858 if (!canConstantFoldCallTo(F)) in simplifyCallSite()
DInstructionSimplify.cpp4053 if (!canConstantFoldCallTo(F)) in SimplifyCall()
DScalarEvolution.cpp6298 return canConstantFoldCallTo(F); in CanConstantFold()
/external/llvm/docs/
DExtendingLLVM.rst59 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExtendingLLVM.rst59 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1025 if (canConstantFoldCallTo(CS, F)) in ConstantFoldInstOperandsImpl()
1366 bool llvm::canConstantFoldCallTo(ImmutableCallSite CS, const Function *F) { in canConstantFoldCallTo() function in llvm
DInlineCost.cpp1178 if (!canConstantFoldCallTo(CS, F)) in simplifyCallSite()
DInstructionSimplify.cpp4877 if (!canConstantFoldCallTo(CS, F)) in SimplifyCall()
DScalarEvolution.cpp7654 return canConstantFoldCallTo(CI, F); in CanConstantFold()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1133 canConstantFoldCallTo(CS, F)) { in visitCallSite()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1086 canConstantFoldCallTo(F)) { in visitCallSite()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1277 canConstantFoldCallTo(F)) { in visitCallSite()