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

  /external/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/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/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 530 milliseconds