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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 68 if (CI->hasFnAttr(Attribute::NoDuplicate))
72 if (InvI->hasFnAttr(Attribute::NoDuplicate))
LoopInfo.cpp 226 if (II->hasFnAttr(Attribute::NoDuplicate))
232 if (CI->hasFnAttr(Attribute::NoDuplicate))
BranchProbabilityInfo.cpp 242 if (CI->hasFnAttr(Attribute::Cold)) {
MemoryBuiltins.cpp 142 return CS && CS.hasFnAttr(Attribute::NoAlias);
  /external/llvm/include/llvm/Support/
CallSite.h 187 bool hasFnAttr(Attribute::AttrKind A) const {
188 CALLSITE_DELEGATE_GETTER(hasFnAttr(A));
  /external/llvm/include/llvm/IR/
Instructions.h     [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))
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 94 milliseconds