Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp393 struct OffloadArray { struct
395 AllocaInst *Array = nullptr;
397 SmallVector<Value *, 8> StoredValues;
399 SmallVector<StoreInst *, 8> LastAccesses;
407 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()
418 static const unsigned DeviceIDArgNum = 1;
419 static const unsigned BasePtrsArgNum = 3;
420 static const unsigned PtrsArgNum = 4;
421 static const unsigned SizesArgNum = 5;
427 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()
[all …]