Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp44 struct PassThroughInfo { struct in __anonb65f9f030111::BPFAdjustOptImpl
45 Instruction *Input;
46 Instruction *UsedInst;
47 uint32_t OpIdx;
48 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() function