Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4183 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
4200 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
4240 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine()
4253 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
4254 StateMachineBeginBB->end()), in buildCustomStateMachine()
4275 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
4287 StateMachineBeginBB); in buildCustomStateMachine()
4295 StateMachineBeginBB); in buildCustomStateMachine()
4300 StateMachineBeginBB); in buildCustomStateMachine()
4303 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
[all …]