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

  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 64 /// threadEdge - Inform the analysis cache that we have threaded an edge from
66 void threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 396 /// threadEdge - This is the update interface to inform the cache that an
399 void threadEdge(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
942 void LazyValueInfoCache::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 119 bool ThreadEdge(BasicBlock *BB, const SmallVectorImpl<BasicBlock*> &PredBBs,
    [all...]

Completed in 161 milliseconds