Home
last modified time | relevance | path

Searched refs:hasPoisonGeneratingAnnotations (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp60 bool Operator::hasPoisonGeneratingAnnotations() const { in hasPoisonGeneratingAnnotations() function in llvm::Operator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h71 bool hasPoisonGeneratingAnnotations() const;
H A DInstruction.h519 bool hasPoisonGeneratingAnnotations() const {
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4469 if (DropFlags && Res && I->hasPoisonGeneratingAnnotations()) in simplifyWithOpReplaced()
H A DValueTracking.cpp7252 Op->hasPoisonGeneratingAnnotations()) in canCreateUndefOrPoison()
H A DScalarEvolution.cpp4245 if (I->hasPoisonGeneratingAnnotations()) in canReuseInstruction()