Displaying 1 result from an estimated 1 matches for "pointerpath".
Did you mean:
counterpath
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...signed short ConflictPtr : 1; // Flag to specify that the pointer has a
> + // conflict.
> + unsigned short ByteStore : 1; // Flag to specify if the op is a byte
> + // store op.
> + unsigned short PointerPath : 1; // Flag to specify if the op is on the
> + // pointer path.
> + unsigned short CacheableRead : 1; // Flag to specify if the read is
> + // cacheable.
> +#else
> + unsigned short CacheableRead :...