Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp850 struct OffloadArray { struct
852 AllocaInst *Array = nullptr;
854 SmallVector<Value *, 8> StoredValues;
856 SmallVector<StoreInst *, 8> LastAccesses;
864 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()
875 static const unsigned DeviceIDArgNum = 1;
876 static const unsigned BasePtrsArgNum = 3;
877 static const unsigned PtrsArgNum = 4;
878 static const unsigned SizesArgNum = 5;
884 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()
[all …]