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

  /external/llvm/lib/Analysis/
ValueTracking.cpp 459 static bool isValidAssumeForContext(Value *V, const Instruction *CxtI,
513 bool llvm::isValidAssumeForContext(const Instruction *I,
516 return ::isValidAssumeForContext(const_cast<Instruction *>(I), CxtI, DT);
547 if (Arg == V && isValidAssumeForContext(I, Q.CxtI, Q.DT)) {
567 Pred == ICmpInst::ICMP_EQ && isValidAssumeForContext(I, Q.CxtI, Q.DT)) {
576 isValidAssumeForContext(I, Q.CxtI, Q.DT)) {
590 isValidAssumeForContext(I, Q.CxtI, Q.DT)) {
604 isValidAssumeForContext(I, Q.CxtI, Q.DT)) {
618 isValidAssumeForContext(I, Q.CxtI, Q.DT)) {
632 isValidAssumeForContext(I, Q.CxtI, Q.DT))
    [all...]
LazyValueInfo.cpp 865 if (!isValidAssumeForContext(I, BBI, DT))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 310 if (isValidAssumeForContext(ACall, K, DT))
394 if (!Visited.count(K) && isValidAssumeForContext(ACall, K, DT))
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 319 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 341 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 371 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 371 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 341 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 371 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 371 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 373 bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 839 milliseconds