Searched refs:replaceWithConstant (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 46 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/ |
D | CoroElide.cpp | 49 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/ |
D | SCCP.cpp | 187 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
|