Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3155 BasicBlock *StateMachineFinishedBB = BasicBlock::Create( in buildCustomStateMachine() local
3170 A.registerManifestAddedBasicBlock(*StateMachineFinishedBB); in buildCustomStateMachine()
3177 ReturnInst::Create(Ctx, StateMachineFinishedBB)->setDebugLoc(DLoc); in buildCustomStateMachine()
3246 BranchInst::Create(StateMachineFinishedBB, StateMachineIsActiveCheckBB, in buildCustomStateMachine()