Searched refs:IsWorkerCheckBB (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4426 BasicBlock *IsWorkerCheckBB = in buildCustomStateMachine() local 4444 A.registerManifestAddedBasicBlock(*IsWorkerCheckBB); in buildCustomStateMachine() 4461 BranchInst::Create(IsWorkerCheckBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine() 4471 CallInst::Create(BlockHwSizeFn, "block.hw_size", IsWorkerCheckBB); in buildCustomStateMachine() 4475 CallInst::Create(WarpSizeFn, "warp.size", IsWorkerCheckBB); in buildCustomStateMachine() 4479 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB); in buildCustomStateMachine() 4483 "thread.is_main_or_worker", IsWorkerCheckBB); in buildCustomStateMachine() 4486 IsMainOrWorker, IsWorkerCheckBB); in buildCustomStateMachine()
|