| H A D | ValueTracking.cpp | 115 const DominatorTree *DT, bool UseInstrInfo, in Query() 117 : DL(DL), AC(AC), CxtI(CxtI), DT(DT), ORE(ORE), IIQ(UseInstrInfo) {} in Query() 216 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument 218 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() 225 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument 227 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() 241 bool UseInstrInfo) { in computeKnownBits() argument 243 V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() 251 bool UseInstrInfo) { in computeKnownBits() argument 254 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() [all …]
|