OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUntrackedValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
64
///
IsUntrackedValue
- If the specified Value is something that is obviously
67
virtual bool
IsUntrackedValue
(Value *V) { return false; }
/external/llvm/lib/Analysis/
SparsePropagation.cpp
58
if (LatticeFunc->
IsUntrackedValue
(V))
Completed in 57 milliseconds