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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLoopPass.cpp239 // instead of relying on LoopInfo::verifyLoop since LoopInfo
245 CurrentLoop->verifyLoop();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfoImpl.h234 /// verifyLoop - Verify loop structure
236 void LoopBase<BlockT, LoopT>::verifyLoop() const { function in class:llvm::LoopBase
324 /// verifyLoop - Verify loop structure of this loop and all nested loops.
330 verifyLoop();
H A DLoopInfo.h301 /// verifyLoop - Verify loop structure
302 void verifyLoop() const;
304 /// verifyLoop - Verify loop structure of this loop and all nested loops.

Completed in 133 milliseconds