Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4103 BasicBlock::reverse_iterator IP = BB->rbegin(), IPEnd = BB->rend(); in insertInstructionGuardsHelper() local
4104 while (++IP != IPEnd) { in insertInstructionGuardsHelper()