Home | History | Annotate | Download | only in llvm-c

Lines Matching full:blocks

1964  * Basic blocks contain a list of instructions which form the body of
1967 * Basic blocks belong to functions. They have the type of label.
1969 * Basic blocks are themselves values. However, the C API models them as
2012 * Obtain the number of basic blocks in a function.
2019 * Obtain all of the basic blocks in a function.
2322 * Obtain the number of incoming basic blocks to a PHI node.