Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp46 static void replaceWithConstant(Constant *Value, in replaceWithConstant() function
236 replaceWithConstant(ResumeAddrConstant, ResumeAddr); in processCoroId()
244 replaceWithConstant(DestroyAddrConstant, DestroyAddr); in processCoroId()
270 replaceWithConstant(DevirtFn, DevirtAddr); in replaceDevirtTrigger()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp49 static void replaceWithConstant(Constant *Value, in replaceWithConstant() function
327 replaceWithConstant(ResumeAddrConstant, ResumeAddr); in processCoroId()
336 replaceWithConstant(DestroyAddrConstant, It.second); in processCoroId()
363 replaceWithConstant(DevirtFn, DevirtAddr); in replaceDevirtTrigger()
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp187 LogicalResult replaceWithConstant(OpBuilder &builder, OperationFolder &folder,
363 replaceWithConstant(builder, folder, arg); in rewrite()
371 replacedAll &= succeeded(replaceWithConstant(builder, folder, res)); in rewrite()
454 LogicalResult SCCPSolver::replaceWithConstant(OpBuilder &builder, in replaceWithConstant() function in SCCPSolver