Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3993 BasicBlock *RegionStartBB = in insertInstructionGuardsHelper() local
3996 assert(ParentBB->getUniqueSuccessor() == RegionStartBB && in insertInstructionGuardsHelper()
4006 A.registerManifestAddedBasicBlock(*RegionStartBB); in insertInstructionGuardsHelper()
4012 for (Instruction &I : *RegionStartBB) { in insertInstructionGuardsHelper()
4016 if (UsrI.getParent() != RegionStartBB) in insertInstructionGuardsHelper()
4077 .CreateCondBr(TidCheck, RegionStartBB, RegionBarrierBB) in insertInstructionGuardsHelper()