Searched refs:nextInstr (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | backtracking.d | 921 auto nextInstr = ctSub("goto case $$;", addr+1); in ctGenGroup() local 1002 nextInstr, bailOut); in ctGenGroup() 1257 string bailOut, nextInstr; in ctAtomCode() local 1261 nextInstr = "return 0;"; in ctAtomCode() 1266 nextInstr = ctSub("goto case $$;", addr+1); in ctAtomCode() 1285 }`, ir[i].data, addr >= 0 ? "next();" :"", nextInstr); in ctAtomCode() 1295 $$`, ir[0].data, bailOut, addr >= 0 ? "next();" :"", nextInstr); in ctAtomCode() 1303 $$`, bailOut, addr >= 0 ? "next();" :"",nextInstr); in ctAtomCode() 1315 $$`, funcCode, name, bailOut, addr >= 0 ? "next();" :"", nextInstr); in ctAtomCode() 1322 $$`, ir[0].data, bailOut, addr >= 0 ? "next();" :"", nextInstr); in ctAtomCode() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | backtracking.d | 897 auto nextInstr = ctSub("goto case $$;", addr+1); 978 nextInstr, bailOut); 1233 string bailOut, nextInstr; 1237 nextInstr = "return 0;"; 1242 nextInstr = ctSub("goto case $$;", addr+1); 1261 }`, ir[i].data, addr >= 0 ? "next();" :"", nextInstr); 1271 $$`, ir[0].data, bailOut, addr >= 0 ? "next();" :"", nextInstr); 1279 $$`, bailOut, addr >= 0 ? "next();" :"",nextInstr); 1291 $$`, funcCode, name, bailOut, addr >= 0 ? "next();" :"", nextInstr); 1298 $$`, ir[0].data, bailOut, addr >= 0 ? "next();" :"", nextInstr); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 430 UsesTy::iterator nextInstr(int Val, UsesTy &In, 1099 LoopReroll::DAGRootTracker::nextInstr(int Val, UsesTy &In, in nextInstr() function in LoopReroll::DAGRootTracker 1242 auto BaseIt = nextInstr(0, Uses, Visited); in validate() 1243 auto RootIt = nextInstr(Iter, Uses, Visited); in validate() 1254 BaseIt = nextInstr(0, Uses, Visited); in validate() 1260 RootIt = nextInstr(Iter, Uses, Visited); in validate() 1282 TryIt = nextInstr(Iter, Uses, Visited, &TryIt); in validate() 1429 BaseIt = nextInstr(0, Uses, Visited); in validate() 1430 RootIt = nextInstr(Iter, Uses, Visited); in validate()
|