Searched refs:isIdentifiedObject (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp319 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) ||
558 /// isIdentifiedObject - Return true if this pointer refers to a distinct and
565 bool llvm::isIdentifiedObject(const Value *V) { function in class:llvm
H A DBasicAliasAnalysis.cpp150 if (!isIdentifiedObject(V))
1341 if (isIdentifiedObject(O1) && isIdentifiedObject(O2))
1344 // Constant pointers can't alias with non-const isIdentifiedObject objects.
1345 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) ||
1346 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1)))
H A DGlobalsModRef.cpp866 if (!std::all_of(Objects.begin(), Objects.end(), isIdentifiedObject))
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp167 if (!isIdentifiedObject(V)) {
555 if (!isIdentifiedObject(V))
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h962 /// isIdentifiedObject - Return true if this pointer refers to a distinct and
969 bool isIdentifiedObject(const Value *V);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp498 if (!isIdentifiedObject(V))

Completed in 79 milliseconds