Lines Matching refs:LazyValueInfo
35 char LazyValueInfo::ID = 0;
36 INITIALIZE_PASS(LazyValueInfo, "lazy-value-info",
40 FunctionPass *createLazyValueInfoPass() { return new LazyValueInfo(); } in createLazyValueInfoPass()
1007 bool LazyValueInfo::runOnFunction(Function &F) { in runOnFunction()
1016 void LazyValueInfo::releaseMemory() { in releaseMemory()
1024 Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB) { in getConstant()
1039 Constant *LazyValueInfo::getConstantOnEdge(Value *V, BasicBlock *FromBB, in getConstantOnEdge()
1056 LazyValueInfo::Tristate
1057 LazyValueInfo::getPredicateOnEdge(unsigned Pred, Value *V, Constant *C, in getPredicateOnEdge()
1121 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge()
1126 void LazyValueInfo::eraseBlock(BasicBlock *BB) { in eraseBlock()