Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h993 LoopData *ContainingLoop = Working[Index].getContainingLoop();
994 if (ContainingLoop)
995 ContainingLoop->Nodes.push_back(Index);
/external/v8/src/compiler/
Dschedule.h124 inline BasicBlock* ContainingLoop() { in ContainingLoop() function