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

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 59 /// getExitBlocks - Return all of the successor blocks of this loop. These
64 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
75 /// getExitBlock - If getExitBlocks would return exactly one block,
80 getExitBlocks(ExitBlocks);
230 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 60 /// getExitBlocks - Return all of the successor blocks of this loop. These
65 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
76 /// getExitBlock - If getExitBlocks would return exactly one block,
81 getExitBlocks(ExitBlocks);
235 getExitBlocks(ExitBBs);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 213 /// getExitBlocks - Return all of the successor blocks of this loop. These
216 void getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
232 /// getExitBlock - If getExitBlocks would return exactly one block,
236 getExitBlocks(ExitBlocks);
    [all...]

Completed in 306 milliseconds