Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4578 Value *IsPR; in buildCustomStateMachine() local
4584 IsPR = CmpI; in buildCustomStateMachine()
4586 IsPR = ConstantInt::getTrue(Ctx); in buildCustomStateMachine()
4589 BranchInst::Create(PRExecuteBB, PRNextBB, IsPR, in buildCustomStateMachine()