Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp53 struct PassThroughInfo { struct in __anon8b199e3a0111::BPFAdjustOptImpl
54 Instruction *Input;
55 Instruction *UsedInst;
56 uint32_t OpIdx;
57 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() argument