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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 68 if (CI->cannotDuplicate())
72 if (InvI->cannotDuplicate())
LoopInfo.cpp 221 if (II->cannotDuplicate())
226 if (CI->cannotDuplicate())
  /external/llvm/include/llvm/IR/
Function.h 274 bool cannotDuplicate() const {
Instructions.h     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 718 cast<CallInst>(CS.getInstruction())->cannotDuplicate())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 268 if (CI->cannotDuplicate())
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 93 milliseconds