Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp111 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
178 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S); in isLive()
477 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks()
479 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
569 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h789 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
797 return getImpl(Context, MDs, /* ShouldCreate */ true);
800 return getImpl(Context, MDs, /* ShouldCreate */ false);
842 static MDLocation *getImpl(LLVMContext &Context, unsigned Line,
852 return getImpl(Context, Line, Column, Scope, InlinedAt,
858 return getImpl(Context, Line, Column, Scope, InlinedAt,
H A DConstants.h352 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
453 static Constant *getImpl(ArrayRef<Constant *> V);
552 static Constant *getImpl(StringRef Bytes, Type *Ty);
H A DAttributes.h237 static AttributeSet getImpl(LLVMContext &C,
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp842 if (Constant *C = getImpl(Ty, V)) in get()
846 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray
1024 if (Constant *C = getImpl(V)) in get()
1029 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { in getImpl() function in ConstantVector
2444 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl() function in ConstantDataSequential
2522 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty); in get()
2527 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*2), Ty); in get()
2532 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty); in get()
2537 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty); in get()
2542 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty); in get()
[all …]
H A DAttributes.cpp576 AttributeSet::getImpl(LLVMContext &C, in getImpl() function in AttributeSet
631 return getImpl(C, AttrPairVec); in get()
641 return getImpl(C, Attrs); in get()
715 return getImpl(C, AttrNodeVec); in get()
H A DMetadata.cpp609 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
684 MDLocation *MDLocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in MDLocation