Searched refs:getNumSlots (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAttributes.cpp264 /// getNumSlots - Return the number of slots used in this attribute list.
267 unsigned AttrListPtr::getNumSlots() const { function in class:AttrListPtr
384 for (unsigned i = 0; i < getNumSlots(); ++i) {
H A DVerifier.cpp575 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) {
614 unsigned LastSlot = Attrs.getNumSlots() - 1;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DAttributes.h580 /// getNumSlots - Return the number of slots used in this attribute list.
583 unsigned getNumSlots() const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1123 for (unsigned i = CallerPAL.getNumSlots(); i; --i) {
1298 NewAttrs.reserve(Attrs.getNumSlots() + 1);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
H A DGlobalOpt.cpp2065 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp177 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp475 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {

Completed in 293 milliseconds