Searched refs:PassThroughInfo (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAdjustOpt.cpp | 44 struct PassThroughInfo { struct in __anonb65f9f030111::BPFAdjustOptImpl 48 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() argument 59 SmallVector<PassThroughInfo, 16> PassThroughs; 181 PassThroughInfo Info(Icmp1, &I, 0); in serializeICMPInBB() 260 PassThroughInfo Info(Cond, BI, 0); in serializeICMPCrossBB() 300 SmallVector<PassThroughInfo, 4> Candidates; in avoidSpeculation() 336 PassThroughInfo Info(&I, Inst, 0); in avoidSpeculation() 349 PassThroughInfo Info(&I, GI, i); in avoidSpeculation()
|