Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp165 Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota);
179 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
604 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd() argument
686 Result = createNaryFAdd(SimpVect, InstrQuota); in simplifyFAdd()
696 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd() argument
702 if (InstrNeeded > InstrQuota) in createNaryFAdd()