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

  /external/llvm/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CFG.h 67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
  /external/llvm/unittests/Analysis/
CFGTest.cpp 28 // This fixture assists in running the isPotentiallyReachable utility four ways
72 PassInfo *PI = new PassInfo("isPotentiallyReachable testing pass",
94 EXPECT_EQ(isPotentiallyReachable(A, B, nullptr, nullptr),
96 EXPECT_EQ(isPotentiallyReachable(A, B, DT, nullptr), ExpectedResult);
97 EXPECT_EQ(isPotentiallyReachable(A, B, nullptr, LI), ExpectedResult);
98 EXPECT_EQ(isPotentiallyReachable(A, B, DT, LI), ExpectedResult);
  /external/llvm/lib/Analysis/
CFG.cpp 174 bool llvm::isPotentiallyReachable(const BasicBlock *A, const BasicBlock *B,
186 bool llvm::isPotentiallyReachable(const Instruction *A, const Instruction *B,
CaptureTracking.cpp 79 // 'OrderedBB', avoid using 'dominates' and 'isPotentiallyReachable'
112 !isPotentiallyReachable(I, BeforeHere, DT))
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 146 if (isPotentiallyReachable(LP, RI, DT)) {
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 659 assert(isPotentiallyReachable(&*Start, &*After) &&
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 831 if (isPotentiallyReachable(I.getParent(), NonConstBB, DT, LI))
    [all...]

Completed in 340 milliseconds