Home
last modified time | relevance | path

Searched defs:IfCondition (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp989 createCancel(const LocationDescription & Loc,Value * IfCondition,omp::Directive CanceledDirective) createCancel() argument
1175 targetParallelCallback(OpenMPIRBuilder * OMPIRBuilder,Function & OutlinedFn,Function * OuterFn,BasicBlock * OuterAllocaBB,Value * Ident,Value * IfCondition,Value * NumThreads,Instruction * PrivTID,AllocaInst * PrivTIDAddr,Value * ThreadID,const SmallVector<Instruction *,4> & ToBeDeleted) targetParallelCallback() argument
1263 hostParallelCallback(OpenMPIRBuilder * OMPIRBuilder,Function & OutlinedFn,Function * OuterFn,Value * Ident,Value * IfCondition,Instruction * PrivTID,AllocaInst * PrivTIDAddr,const SmallVector<Instruction *,4> & ToBeDeleted) hostParallelCallback() argument
1348 createParallel(const LocationDescription & Loc,InsertPointTy OuterAllocaIP,BodyGenCallbackTy BodyGenCB,PrivatizeCallbackTy PrivCB,FinalizeCallbackTy FiniCB,Value * IfCondition,Value * NumThreads,omp::ProcBindKind ProcBind,bool IsCancellable) createParallel() argument
1713 createTask(const LocationDescription & Loc,InsertPointTy AllocaIP,BodyGenCallbackTy BodyGenCB,bool Tied,Value * Final,Value * IfCondition,SmallVector<DependData> Dependencies) createTask() argument
[all...]
/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1096 FormatToken *IfCondition = FormatTok; parsePPIf() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp6650 Value *IfCondition = Builder.CreateICmp( TEST_F() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7230 llvm::Value *IfCondition = nullptr; EmitOMPCancelDirective() local