Home
last modified time | relevance | path

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

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