HomeSort by relevance Sort by last modified time
    Searched refs:getNumOperandBundles (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
CallSite.h 357 int getNumOperandBundles() const {
358 CALLSITE_DELEGATE_GETTER(getNumOperandBundles());
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 577 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles()))
580 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 99 milliseconds