Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp3721 BasicBlock *RegionStartBB = in insertInstructionGuardsHelper() local
3724 assert(ParentBB->getUniqueSuccessor() == RegionStartBB && in insertInstructionGuardsHelper()
3734 A.registerManifestAddedBasicBlock(*RegionStartBB); in insertInstructionGuardsHelper()
3740 for (Instruction &I : *RegionStartBB) { in insertInstructionGuardsHelper()
3744 if (UsrI.getParent() != RegionStartBB) in insertInstructionGuardsHelper()
3804 .CreateCondBr(TidCheck, RegionStartBB, RegionBarrierBB) in insertInstructionGuardsHelper()