Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/BPF/
DBPFAdjustOpt.cpp50 struct PassThroughInfo { struct in __anon0b8fc79a0111::BPFAdjustOptImpl
51 Instruction *Input;
52 Instruction *UsedInst;
53 uint32_t OpIdx;
54 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() function