Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp431 struct OffloadArray { struct
433 AllocaInst *Array = nullptr;
435 SmallVector<Value *, 8> StoredValues;
437 SmallVector<StoreInst *, 8> LastAccesses;
445 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()
456 static const unsigned DeviceIDArgNum = 1;
457 static const unsigned BasePtrsArgNum = 3;
458 static const unsigned PtrsArgNum = 4;
459 static const unsigned SizesArgNum = 5;
465 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()
[all …]