OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasValueHandle
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Utils/
LCSSA.cpp
167
if (UseToRewrite->get()->
hasValueHandle
())
SSAUpdater.cpp
189
if (OldVal != V && OldVal->
hasValueHandle
())
/external/swiftshader/third_party/LLVM/include/llvm/
Value.h
65
unsigned char
HasValueHandle
: 1; // Has a ValueHandle pointing to this?
267
///
hasValueHandle
- Return true if there is a value handle associated with
269
bool
hasValueHandle
() const { return
HasValueHandle
; }
/external/llvm/include/llvm/IR/
Value.h
79
unsigned char
HasValueHandle
: 1; // Has a ValueHandle pointing to this?
451
bool
hasValueHandle
() const { return
HasValueHandle
; }
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
Completed in 2945 milliseconds