HomeSort by: relevance | last modified time | path
    Searched refs:isPotentiallyReachable (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFG.h 69 bool isPotentiallyReachable(
80 bool isPotentiallyReachable(
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFG.cpp 211 bool llvm::isPotentiallyReachable(
236 bool llvm::isPotentiallyReachable(
278 return isPotentiallyReachable(
CaptureTracking.cpp 118 return !isPotentiallyReachable(I, BeforeHere, nullptr, DT);
BasicAliasAnalysis.cpp 1672 if (isPotentiallyReachable(&P->front(), Inst, nullptr, DT))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 132 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) {
MachineCSE.cpp 838 (isPotentiallyReachable(BB1, BB) ||
839 isPotentiallyReachable(BB, BB1))) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 669 assert(isPotentiallyReachable(&*Start, &*After) &&
GVN.cpp 941 return !isPotentiallyReachable(From, To, &Exclusion, DT);
979 isPotentiallyReachable(cast<Instruction>(U), Load, nullptr, DT)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp 674 if (!isPotentiallyReachable(Start, RI, nullptr, DT))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 947 bool Result = isPotentiallyReachable(
1018 /// A map for caching results of queries for isPotentiallyReachable
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 1101 if (isPotentiallyReachable(I.getParent(), NonConstBB, nullptr, &DT, LI))

Completed in 66 milliseconds