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

/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1223 int CurrOpc = -1; local
1264 CurrOpc = Opcode;
1277 if (CurrOpc == Opcode && CurrBase == Base && CurrPred == Pred) {
1330 MergeLDR_STR(MBB, 0, CurrBase, CurrOpc, CurrSize,
1359 CurrOpc = -1;

Completed in 2350 milliseconds