OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueHandleBase
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/IR/
ValueHandle.h
22
class
ValueHandleBase
;
25
//
ValueHandleBase
** is only 4-byte aligned.
27
class PointerLikeTypeTraits<
ValueHandleBase
**> {
29
static inline void *getAsVoidPointer(
ValueHandleBase
** P) { return P; }
30
static inline
ValueHandleBase
**getFromVoidPointer(void *P) {
31
return static_cast<
ValueHandleBase
**>(P);
36
///
ValueHandleBase
- This is the common base class of value handles.
41
class
ValueHandleBase
{
55
PointerIntPair<
ValueHandleBase
**, 2, HandleBaseKind> PrevPair;
56
ValueHandleBase
*Next
[
all
...]
Value.h
45
class
ValueHandleBase
;
74
friend class
ValueHandleBase
;
/external/llvm/lib/IR/
Value.cpp
63
ValueHandleBase
::ValueIsDeleted(this);
348
ValueHandleBase
::ValueIsRAUWd(this, New);
572
//
ValueHandleBase
Class
577
void
ValueHandleBase
::AddToExistingUseList(
ValueHandleBase
**List) {
590
void
ValueHandleBase
::AddToExistingUseListAfter(
ValueHandleBase
*List) {
601
void
ValueHandleBase
::AddToUseList() {
609
ValueHandleBase
*&Entry = pImpl->ValueHandles[VP.getPointer()];
620
DenseMap<Value*,
ValueHandleBase
*> &Handles = pImpl->ValueHandles
[
all
...]
LLVMContextImpl.h
331
typedef DenseMap<Value*,
ValueHandleBase
*> ValueHandlesTy;
/external/llvm/lib/Transforms/Utils/
LCSSA.cpp
151
ValueHandleBase
::ValueIsRAUWd(*UsesToRewrite[i], UserBB->begin());
SSAUpdater.cpp
188
ValueHandleBase
::ValueIsRAUWd(OldVal, V);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
43
ValueHandleBase
::operator=(BB);
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
Completed in 121 milliseconds