search for: bpnn_adjust_weight

Displaying 1 result from an estimated 1 matches for "bpnn_adjust_weight".

Did you mean: bpnn_adjust_weights
2012 Sep 03
1
[LLVMdev] Accessing structure members of .omp_data_i
Hello, I want to find out the member variable of the structure (.omp_data_i) being accessed but the metadata and the use don't seem to be linked. Here's is a portion of the IR generated for a function containing an OpenMP pragma: define internal void @bpnn_adjust_weights.omp_fn.0(i8* nocapture %.omp_data_i) nounwind uwtable { entry: %0 = getelementptr inbounds i8* %.omp_data_i, i64 36, !dbg !535 %1 = bitcast i8* %0 to i32*, !dbg !535 %2 = load i32* %1, align 4, !dbg !535, !tbaa !348 Here's the debug metadata: !236 = metadata !{i32 655617, metadata !52...