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 60 /// getConstantOnEdge - Determine whether the specified value is known to be a
62 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);
JumpThreading.cpp 362 // Perhaps getConstantOnEdge should be smart enough to do this?
368 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB);
383 Constant *CI = LVI->getConstantOnEdge(InVal,
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 834 milliseconds