Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4181 BasicBlock *IsWorkerCheckBB = in buildCustomStateMachine() local
4199 A.registerManifestAddedBasicBlock(*IsWorkerCheckBB); in buildCustomStateMachine()
4216 BranchInst::Create(IsWorkerCheckBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine()
4226 CallInst::Create(BlockHwSizeFn, "block.hw_size", IsWorkerCheckBB); in buildCustomStateMachine()
4230 CallInst::Create(WarpSizeFn, "warp.size", IsWorkerCheckBB); in buildCustomStateMachine()
4234 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB); in buildCustomStateMachine()
4238 "thread.is_main_or_worker", IsWorkerCheckBB); in buildCustomStateMachine()
4241 IsMainOrWorker, IsWorkerCheckBB); in buildCustomStateMachine()