Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4562 BasicBlock *PRExecuteBB = BasicBlock::Create( in buildCustomStateMachine() local
4565 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
4567 BranchInst::Create(StateMachineEndParallelBB, PRExecuteBB) in buildCustomStateMachine()
4573 A.registerManifestAddedBasicBlock(*PRExecuteBB); in buildCustomStateMachine()
4589 BranchInst::Create(PRExecuteBB, PRNextBB, IsPR, in buildCustomStateMachine()