Home
last modified time | relevance | path

Searched refs:IPEnd (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3837 BasicBlock::reverse_iterator IP = BB->rbegin(), IPEnd = BB->rend(); in insertInstructionGuardsHelper() local
3838 while (++IP != IPEnd) { in insertInstructionGuardsHelper()