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

/external/llvm/lib/VMCore/
H A DAttributes.cpp231 /// getNumSlots - Return the number of slots used in this attribute list.
234 unsigned AttrListPtr::getNumSlots() const { function in class:AttrListPtr
350 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;
/external/llvm/include/llvm/
H A DAttributes.h390 /// getNumSlots - Return the number of slots used in this attribute list.
393 unsigned getNumSlots() const;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1100 for (unsigned i = CallerPAL.getNumSlots(); i; --i) {
1275 NewAttrs.reserve(Attrs.getNumSlots() + 1);
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
H A DGlobalOpt.cpp2063 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp177 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) {
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp475 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {

Completed in 197 milliseconds