Searched defs:CostSavings (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp282 int &CostSavings, int &FixedOrder);
954 int &CostSavings, int &FixedOrder) {
958 CostSavings = 0;
1030 CostSavings = ICost + JCost - VCost;
1097 CostSavings = ICost + JCost - VCost;
1165 CostSavings = ICost + JCost - VCost;
1275 int CostSavings, FixedOrder; local
1277 CostSavings, FixedOrder)) continue;
1289 CostSavings));
1305 CostSavings << ")\
952 areInstsCompatible(Instruction *I, Instruction *J, bool IsSimpleLoadStore, bool NonPow2Len, int &CostSavings, int &FixedOrder) argument
[all...]

Completed in 44 milliseconds