HomeSort by relevance Sort by last modified time
    Searched refs:LazyValueInfo (Results 51 - 53 of 53) sorted by null

1 23

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
Local.h 49 class LazyValueInfo;
370 bool removeUnreachableBlocks(Function &F, LazyValueInfo *LVI = nullptr);
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 164 LazyValueInfo *LVI_, bool HasProfileData_,
238 // dangling pointer issues within LazyValueInfo.
416 // If the value is known by LazyValueInfo to be a constant in a
562 LazyValueInfo::Tristate
566 if (ResT == LazyValueInfo::Unknown)
586 // If the value is known by LazyValueInfo to be a constant in a
588 LazyValueInfo::Tristate Res =
591 if (Res == LazyValueInfo::Unknown)
815 LazyValueInfo::Tristate Ret =
818 if (Ret != LazyValueInfo::Unknown)
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 26 #include "llvm/Analysis/LazyValueInfo.h"
    [all...]

Completed in 1811 milliseconds

1 23