Home
last modified time | relevance | path

Searched refs:InstrQuota (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp187 Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota);
199 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
514 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd() argument
584 Result = createNaryFAdd(SimpVect, InstrQuota); in simplifyFAdd()
594 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd() argument
600 if (InstrNeeded > InstrQuota) in createNaryFAdd()