Searched defs:AAPotentialValuesFloating (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 10616 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct 10617 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() argument 10621 ChangeStatus updateImpl(Attributor &A) override { in updateImpl() 10631 struct LivenessInfo { 10641 bool handleCmp(Attributor &A, Value &Cmp, Value *LHS, Value *RHS, in handleCmp() 10706 bool handleSelectInst(Attributor &A, SelectInst &SI, ItemInfo II, in handleSelectInst() 10739 bool handleLoadInst(Attributor &A, LoadInst &LI, ItemInfo II, in handleLoadInst() 10807 bool handlePHINode( in handlePHINode() 10847 bool handleGenericInst(Attributor &A, Instruction &I, ItemInfo II, in handleGenericInst() 10897 bool simplifyInstruction( in simplifyInstruction() [all …]
|