Home
last modified time | relevance | path

Searched refs:GEPStores (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp388 SmallVector<CallInst *> GEPStores; in removeGEPBuiltinsInFunc() local
398 GEPStores.push_back(Call); in removeGEPBuiltinsInFunc()
402 if (GEPLoads.empty() && GEPStores.empty()) in removeGEPBuiltinsInFunc()
406 for_each(GEPStores, unrollGEPStore); in removeGEPBuiltinsInFunc()