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

/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp299 static void verifyLoop(Loop &L, DominatorTree &DT) { function
302 verifyLoop(**LI, DT);
312 verifyLoop(**I, *DT);
H A DLoopSimplify.cpp808 static void verifyLoop(Loop *L) {
811 verifyLoop(*I);
858 verifyLoop(*I);
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h222 /// verifyLoop - Verify loop structure
224 void LoopBase<BlockT, LoopT>::verifyLoop() const { function in class:llvm::LoopBase
306 /// verifyLoop - Verify loop structure of this loop and all nested loops.
312 verifyLoop();
H A DLoopInfo.h326 /// verifyLoop - Verify loop structure
327 void verifyLoop() const;
329 /// verifyLoop - Verify loop structure of this loop and all nested loops.
/external/llvm/lib/Analysis/
H A DLoopPass.cpp249 // instead of relying on LoopInfo::verifyLoop since LoopInfo
255 CurrentLoop->verifyLoop();

Completed in 327 milliseconds