Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3783 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
3800 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
3841 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine()
3854 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
3855 StateMachineBeginBB->end()), in buildCustomStateMachine()
3876 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
3888 StateMachineBeginBB); in buildCustomStateMachine()
3896 StateMachineBeginBB); in buildCustomStateMachine()
3901 StateMachineBeginBB); in buildCustomStateMachine()
3904 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
[all …]