Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3934 Value *IsPR; in buildCustomStateMachine() local
3940 IsPR = CmpI; in buildCustomStateMachine()
3942 IsPR = ConstantInt::getTrue(Ctx); in buildCustomStateMachine()
3945 BranchInst::Create(PRExecuteBB, PRNextBB, IsPR, in buildCustomStateMachine()