Searched refs:PassThroughInfo (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAdjustOpt.cpp | 50 struct PassThroughInfo { struct in __anonde71bbf30111::BPFAdjustOptImpl 54 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() argument 65 SmallVector<PassThroughInfo, 16> PassThroughs; 134 PassThroughInfo Info(Icmp1, &I, 0); in serializeICMPInBB() 207 PassThroughInfo Info(Cond, BI, 0); in serializeICMPCrossBB() 247 SmallVector<PassThroughInfo, 4> Candidates; in avoidSpeculation() 283 PassThroughInfo Info(&I, Inst, 0); in avoidSpeculation() 296 PassThroughInfo Info(&I, GI, i); in avoidSpeculation()
|