Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4428 BasicBlock *IsWorkerCheckBB = in buildCustomStateMachine() local
4446 A.registerManifestAddedBasicBlock(*IsWorkerCheckBB); in buildCustomStateMachine()
4463 BranchInst::Create(IsWorkerCheckBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine()
4473 CallInst::Create(BlockHwSizeFn, "block.hw_size", IsWorkerCheckBB); in buildCustomStateMachine()
4477 CallInst::Create(WarpSizeFn, "warp.size", IsWorkerCheckBB); in buildCustomStateMachine()
4481 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB); in buildCustomStateMachine()
4485 "thread.is_main_or_worker", IsWorkerCheckBB); in buildCustomStateMachine()
4488 IsMainOrWorker, IsWorkerCheckBB); in buildCustomStateMachine()