Searched refs:IsWorkerCheckBB (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 3781 BasicBlock *IsWorkerCheckBB = in buildCustomStateMachine() local 3799 A.registerManifestAddedBasicBlock(*IsWorkerCheckBB); in buildCustomStateMachine() 3816 BranchInst::Create(IsWorkerCheckBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine() 3827 CallInst::Create(BlockHwSizeFn, "block.hw_size", IsWorkerCheckBB); in buildCustomStateMachine() 3831 CallInst::Create(WarpSizeFn, "warp.size", IsWorkerCheckBB); in buildCustomStateMachine() 3835 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB); in buildCustomStateMachine() 3839 "thread.is_main_or_worker", IsWorkerCheckBB); in buildCustomStateMachine() 3842 IsMainOrWorker, IsWorkerCheckBB); in buildCustomStateMachine()
|