Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h91 Constant *getConstantOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h92 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-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp193 if (C != LVI->getConstantOnEdge(CommonValue, IncomingBB, ToBB, P)) in simplifyCommonValuePhi()
221 Value *V = LVI->getConstantOnEdge(Incoming, P->getIncomingBlock(i), BB, P); in processPHI()
233 if (Constant *C = LVI->getConstantOnEdge( in processPHI()
DJumpThreading.cpp638 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB, CxtI); in ComputeValueKnownInPredecessorsImpl()
657 Constant *CI = LVI->getConstantOnEdge(InVal, in ComputeValueKnownInPredecessorsImpl()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1515 Constant *LazyValueInfo::getConstantOnEdge(Value *V, BasicBlock *FromBB, in getConstantOnEdge() function in LazyValueInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1738 Constant *LazyValueInfo::getConstantOnEdge(Value *V, BasicBlock *FromBB, in getConstantOnEdge() function in LazyValueInfo