HomeSort by relevance Sort by last modified time
    Searched defs:getLoopLatch (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 153 /// getLoopLatch - If there is a single latch block for this loop, return it.
156 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
328 if (BB == getLoopLatch()) OS << "<latch>";
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 154 /// getLoopLatch - If there is a single latch block for this loop, return it.
157 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 315 /// getLoopLatch - If there is a single latch block for this loop, return it.
317 BlockT *getLoopLatch() const {
506 if (BB == getLoopLatch()) OS << "<latch>";
    [all...]

Completed in 572 milliseconds