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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 68 if (CI->hasFnAttr(Attribute::NoDuplicate))
72 if (InvI->hasFnAttr(Attribute::NoDuplicate))
LoopInfo.cpp 221 // to noduplicate functions.
226 if (II->hasFnAttr(Attribute::NoDuplicate))
232 if (CI->hasFnAttr(Attribute::NoDuplicate))
  /external/llvm/include/llvm/IR/
Function.h 276 Attribute::NoDuplicate);
279 addFnAttr(Attribute::NoDuplicate);
Attributes.h 82 NoDuplicate, ///< Call cannot be duplicated
Instructions.h     [all...]
  /external/llvm/lib/IR/
Attributes.cpp 185 if (hasAttribute(Attribute::NoDuplicate))
186 return "noduplicate";
376 case Attribute::NoDuplicate: return 1ULL << 34;
    [all...]
Verifier.cpp 751 I->getKindAsEnum() == Attribute::NoDuplicate ||
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 715 cast<CallInst>(CS.getInstruction())->hasFnAttr(Attribute::NoDuplicate))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 254 if (CI->hasFnAttr(Attribute::NoDuplicate))
255 // Blocks with NoDuplicate are modelled as having infinite cost, so they
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 192 case Attribute::NoDuplicate:
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 553 *Kind = Attribute::NoDuplicate;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 918 case lltok::kw_noduplicate: B.addAttribute(Attribute::NoDuplicate); break;
    [all...]

Completed in 195 milliseconds