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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LazyValueInfo.h 58 /// getConstantOnEdge - Determine whether the specified value is known to be a
60 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB);
  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 91 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LazyValueInfo.h 93 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 102 Value *V = LVI->getConstantOnEdge(Incoming, P->getIncomingBlock(i), BB, P);
114 if (Constant *C = LVI->getConstantOnEdge(
JumpThreading.cpp 413 // Perhaps getConstantOnEdge should be smart enough to do this?
418 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB, CxtI);
433 Constant *CI = LVI->getConstantOnEdge(InVal,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 98 Constant *C = LVI->getConstantOnEdge(P->getIncomingValue(i),
JumpThreading.cpp 348 // Perhaps getConstantOnEdge should be smart enough to do this?
354 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB);
369 Constant *CI = LVI->getConstantOnEdge(InVal,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 1908 milliseconds