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

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

Completed in 996 milliseconds