Searched refs:program_result (Results 1 – 3 of 3) sorted by relevance
81 Result<Program> program_result = Program::load(loader); in init() local82 if (!program_result.ok()) { in init()83 return program_result.error(); in init()89 new (client_program) Program(std::move(program_result.get())); in init()
274 for (Value program_result : llvm::drop_begin(compile_launch.results(), 1)) { in runOnFunction() local275 if (!program_result.hasOneUse()) return; in runOnFunction()276 Operation* user = *program_result.user_begin(); in runOnFunction()
132 for (auto program_result : compile_op.program()) { in runOnOperation() local133 program_result.replaceAllUsesWith( in runOnOperation()