Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4333 Value *IsPR; in buildCustomStateMachine() local
4339 IsPR = CmpI; in buildCustomStateMachine()
4341 IsPR = ConstantInt::getTrue(Ctx); in buildCustomStateMachine()
4344 BranchInst::Create(PRExecuteBB, PRNextBB, IsPR, in buildCustomStateMachine()