Searched defs:AAPotentialValuesFloating (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 10952 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct 10953 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() argument 10957 ChangeStatus updateImpl(Attributor &A) override { in updateImpl() 10967 struct LivenessInfo { 10977 bool handleCmp(Attributor &A, Value &Cmp, Value *LHS, Value *RHS, in handleCmp() 11084 bool handleSelectInst(Attributor &A, SelectInst &SI, ItemInfo II, in handleSelectInst() 11117 bool handleLoadInst(Attributor &A, LoadInst &LI, ItemInfo II, in handleLoadInst() 11185 bool handlePHINode( in handlePHINode() 11241 bool handleGenericInst(Attributor &A, Instruction &I, ItemInfo II, in handleGenericInst() 11290 bool simplifyInstruction( in simplifyInstruction() [all …]
|