HomeSort by relevance Sort by last modified time
    Searched refs:verifyLoop (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
LoopPass.cpp 239 // instead of relying on LoopInfo::verifyLoop since LoopInfo
245 CurrentLoop->verifyLoop();
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 235 /// verifyLoop - Verify loop structure
237 void LoopBase<BlockT, LoopT>::verifyLoop() const {
325 /// verifyLoop - Verify loop structure of this loop and all nested loops.
331 verifyLoop();
LoopInfo.h 297 /// verifyLoop - Verify loop structure
298 void verifyLoop() const;
300 /// verifyLoop - Verify loop structure of this loop and all nested loops.

Completed in 1907 milliseconds