Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h236 InsertPointTy createCancel(const LocationDescription &Loc, Value *IfCondition,
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp378 auto NewIP = OMPBuilder.createCancel(Loc, nullptr, OMPD_parallel); in TEST_F()
445 auto NewIP = OMPBuilder.createCancel(Loc, Builder.getTrue(), OMPD_parallel); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp705 OpenMPIRBuilder::createCancel(const LocationDescription &Loc, in createCancel() function in OpenMPIRBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7131 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()