Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp699 struct OffloadArray { struct
701 AllocaInst *Array = nullptr;
703 SmallVector<Value *, 8> StoredValues;
705 SmallVector<StoreInst *, 8> LastAccesses;
713 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()
724 static const unsigned DeviceIDArgNum = 1;
725 static const unsigned BasePtrsArgNum = 3;
726 static const unsigned PtrsArgNum = 4;
727 static const unsigned SizesArgNum = 5;
733 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()
[all …]