Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp172 Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota);
186 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
588 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd() argument
669 Result = createNaryFAdd(SimpVect, InstrQuota); in simplifyFAdd()
679 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd() argument
685 if (InstrNeeded > InstrQuota) in createNaryFAdd()