OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasValueHandle
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Value.h
65
unsigned char
HasValueHandle
: 1; // Has a ValueHandle pointing to this?
259
///
hasValueHandle
- Return true if there is a value handle associated with
261
bool
hasValueHandle
() const { return
HasValueHandle
; }
/external/llvm/lib/Transforms/Utils/
LCSSA.cpp
274
if (UsesToRewrite[i]->get()->
hasValueHandle
())
SSAUpdater.cpp
188
if (OldVal != V && OldVal->
hasValueHandle
())
Completed in 1327 milliseconds