Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp400 UsesTy::iterator nextInstr(int Val, UsesTy &In,
960 LoopReroll::DAGRootTracker::nextInstr(int Val, UsesTy &In, in nextInstr() function in LoopReroll::DAGRootTracker
1057 auto BaseIt = nextInstr(0, Uses, Visited); in validate()
1058 auto RootIt = nextInstr(Iter, Uses, Visited); in validate()
1069 BaseIt = nextInstr(0, Uses, Visited); in validate()
1075 RootIt = nextInstr(Iter, Uses, Visited); in validate()
1097 TryIt = nextInstr(Iter, Uses, Visited, &TryIt); in validate()
1242 BaseIt = nextInstr(0, Uses, Visited); in validate()
1243 RootIt = nextInstr(Iter, Uses, Visited); in validate()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c18454 static Bool dis_transactional_memory ( UInt theInstr, UInt nextInstr, in dis_transactional_memory() argument