Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h201 void emitCancelationCheckImpl(Value *CancelFlag,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp269 Value *CancelFlag, omp::Directive CanceledDirective) { in emitCancelationCheckImpl() argument
290 Value *Cmp = Builder.CreateIsNull(CancelFlag); in emitCancelationCheckImpl()
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h349 void emitCancelationCheckImpl(Value *CancelFlag,
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp390 Value *CancelFlag, omp::Directive CanceledDirective) { in emitCancelationCheckImpl() argument
411 Value *Cmp = Builder.CreateIsNull(CancelFlag); in emitCancelationCheckImpl()