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

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 29 /// getExitingBlocks - Return all blocks inside the loop that have successors
35 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
48 /// getExitingBlock - If getExitingBlocks would return exactly one block,
53 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfoImpl.h 30 /// getExitingBlocks - Return all blocks inside the loop that have successors
36 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
49 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 getExitingBlocks(ExitingBlocks);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 181 /// getExitingBlocks - Return all blocks inside the loop that have successors
185 void getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
203 /// getExitingBlock - If getExitingBlocks would return exactly one block,
207 getExitingBlocks(ExitingBlocks);
    [all...]

Completed in 968 milliseconds