Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
592 Result = createNaryFAdd(SimpVect, InstrQuota); in simplifyFAdd()
602 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd() argument
608 if (InstrNeeded > InstrQuota) in createNaryFAdd()