Home
last modified time | relevance | path

Searched refs:getConstantOnEdge (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLazyValueInfo.h60 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB);
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h91 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp102 Value *V = LVI->getConstantOnEdge(Incoming, P->getIncomingBlock(i), BB, P); in processPHI()
114 if (Constant *C = LVI->getConstantOnEdge( in processPHI()
DJumpThreading.cpp418 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB, CxtI); in ComputeValueKnownInPredecessors()
433 Constant *CI = LVI->getConstantOnEdge(InVal, in ComputeValueKnownInPredecessors()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp98 Constant *C = LVI->getConstantOnEdge(P->getIncomingValue(i), in processPHI()
DJumpThreading.cpp354 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB); in ComputeValueKnownInPredecessors()
369 Constant *CI = LVI->getConstantOnEdge(InVal, in ComputeValueKnownInPredecessors()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp1039 Constant *LazyValueInfo::getConstantOnEdge(Value *V, BasicBlock *FromBB, in getConstantOnEdge() function in LazyValueInfo
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1515 Constant *LazyValueInfo::getConstantOnEdge(Value *V, BasicBlock *FromBB, in getConstantOnEdge() function in LazyValueInfo