Lines Matching defs:AAPotentialValuesFloating
10961 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
10962 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() function
10966 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
10976 struct LivenessInfo {
10986 bool handleCmp(Attributor &A, Value &Cmp, Value *LHS, Value *RHS, in handleCmp()
11093 bool handleSelectInst(Attributor &A, SelectInst &SI, ItemInfo II, in handleSelectInst()
11126 bool handleLoadInst(Attributor &A, LoadInst &LI, ItemInfo II, in handleLoadInst()
11194 bool handlePHINode( in handlePHINode()
11250 bool handleGenericInst(Attributor &A, Instruction &I, ItemInfo II, in handleGenericInst()
11299 bool simplifyInstruction( in simplifyInstruction()
11320 void genericValueTraversal(Attributor &A, Value *InitialV) { in genericValueTraversal()
11402 void trackStatistics() const override { in trackStatistics()