HomeSort by: relevance | last modified time | path
    Searched refs:DispatchRTInput (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1100 struct DispatchRTInput {
1108 DispatchRTInput() = default;
1109 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk)
1135 const DispatchRTInput &DispatchValues);
2063 const DispatchRTInput &DispatchValues) override;
CGOpenMPRuntime.cpp 2730 bool Ordered, const DispatchRTInput &DispatchValues) {
12674 bool Ordered, const DispatchRTInput &DispatchValues) {
CGStmtOpenMP.cpp 2775 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal,

Completed in 44 milliseconds