Searched refs:IsWorkerCheckBB (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4425 BasicBlock *IsWorkerCheckBB = in buildCustomStateMachine() local 4443 A.registerManifestAddedBasicBlock(*IsWorkerCheckBB); in buildCustomStateMachine() 4460 BranchInst::Create(IsWorkerCheckBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine() 4470 CallInst::Create(BlockHwSizeFn, "block.hw_size", IsWorkerCheckBB); in buildCustomStateMachine() 4474 CallInst::Create(WarpSizeFn, "warp.size", IsWorkerCheckBB); in buildCustomStateMachine() 4478 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB); in buildCustomStateMachine() 4482 "thread.is_main_or_worker", IsWorkerCheckBB); in buildCustomStateMachine() 4485 IsMainOrWorker, IsWorkerCheckBB); in buildCustomStateMachine()
|