Searched defs:AAPotentialValuesFloating (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 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() 11299 bool simplifyInstruction( in simplifyInstruction() 11320 void genericValueTraversal(Attributor &A, Value *InitialV) { in genericValueTraversal() [all …]
|