| H A D | ValueTracking.cpp | 116 const DominatorTree *DT, bool UseInstrInfo, in Query() 118 : DL(DL), AC(AC), CxtI(CxtI), DT(DT), ORE(ORE), IIQ(UseInstrInfo) {} in Query() 190 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument 192 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() 199 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument 201 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() 215 bool UseInstrInfo) { in computeKnownBits() argument 217 V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() 225 bool UseInstrInfo) { in computeKnownBits() argument 228 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits() [all …]
|