Lines Matching defs:AAPotentialValuesFloating
9997 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
9998 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() function
10002 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
10012 struct LivenessInfo {
10022 bool handleCmp(Attributor &A, CmpInst &Cmp, ItemInfo II, in handleCmp()
10089 bool handleSelectInst(Attributor &A, SelectInst &SI, ItemInfo II, in handleSelectInst()
10112 bool handleLoadInst(Attributor &A, LoadInst &LI, ItemInfo II, in handleLoadInst()
10180 bool handlePHINode( in handlePHINode()
10208 bool handleGenericInst(Attributor &A, Instruction &I, ItemInfo II, in handleGenericInst()
10258 bool simplifyInstruction( in simplifyInstruction()
10279 void genericValueTraversal(Attributor &A) { in genericValueTraversal()
10354 void trackStatistics() const override { in trackStatistics()