Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3153 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
3169 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
3200 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
3201 StateMachineBeginBB->end()), in buildCustomStateMachine()
3210 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB) in buildCustomStateMachine()
3220 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
3231 StateMachineBeginBB); in buildCustomStateMachine()
3239 StateMachineBeginBB); in buildCustomStateMachine()
3244 StateMachineBeginBB); in buildCustomStateMachine()
3247 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
[all …]