search for: __kmpc_for_static_init_4

Displaying 2 results from an estimated 2 matches for "__kmpc_for_static_init_4".

2020 Sep 30
2
lifetime_start/end
...!tbaa !4 %39 = bitcast i32* %9 to i8* call void @llvm.lifetime.start.p0i8(i64 4, i8* nonnull %39) #5 store i32 1, i32* %9, align 4, !tbaa !4 %40 = bitcast i32* %10 to i8* call void @llvm.lifetime.start.p0i8(i64 4, i8* nonnull %40) #5 store i32 0, i32* %10, align 4, !tbaa !4 call void @__kmpc_for_static_init_4(%struct.ident_t* nonnull @0, i32 %23, i32 34, i32* nonnull %10, i32* nonnull %7, i32* nonnull %8, i32* nonnull %9, i32 1, i32 1) #5 %41 = load i32, i32* %8, align 4, !tbaa !4 %42 = icmp slt i32 %41, 99 %43 = select i1 %42, i32 %41, i32 99 store i32 %43, i32* %8, align 4, !tbaa !4 %44 = lo...
2020 Feb 13
3
setOperands(int, Value*)
Hello, I am trying to reset the operands of instructions. What I am doing is, I am finding all Uses of a specific operand in an Instruction and resetting it with a new value using "setOperands(int, Value*)". I am doing as: for (auto vmitr=vm.begin(), vsitr=vs.begin(); vmitr!=vm.end() && vsitr!=vs.end(); vmitr++, vsitr++){ // I have two *Value ( operands) for ( auto myitr