Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4185 BasicBlock *StateMachineFinishedBB = BasicBlock::Create( in buildCustomStateMachine() local
4201 A.registerManifestAddedBasicBlock(*StateMachineFinishedBB); in buildCustomStateMachine()
4208 ReturnInst::Create(Ctx, StateMachineFinishedBB)->setDebugLoc(DLoc); in buildCustomStateMachine()
4240 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine()
4302 BranchInst::Create(StateMachineFinishedBB, StateMachineIsActiveCheckBB, in buildCustomStateMachine()