OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadEdge
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
LazyValueInfo.h
62
///
threadEdge
- Inform the analysis cache that we have threaded an edge from
64
void
threadEdge
(BasicBlock *PredBB, BasicBlock *OldSucc, BasicBlock *NewSucc);
/external/llvm/lib/Analysis/
LazyValueInfo.cpp
430
///
threadEdge
- This is the update interface to inform the cache that an
433
void
threadEdge
(BasicBlock *PredBB,BasicBlock *OldSucc,BasicBlock *NewSucc);
936
void LazyValueInfoCache::
threadEdge
(BasicBlock *PredBB, BasicBlock *OldSucc,
[
all
...]
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
114
bool
ThreadEdge
(BasicBlock *BB, const SmallVectorImpl<BasicBlock*> &PredBBs,
[
all
...]
Completed in 152 milliseconds