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.cpp62 bool Operator::hasPoisonGeneratingAnnotations() const { in hasPoisonGeneratingAnnotations() function in llvm::Operator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h72 LLVM_ABI bool hasPoisonGeneratingAnnotations() const;
H A DInstruction.h566 bool hasPoisonGeneratingAnnotations() const {
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4469 if (DropFlags && Res && I->hasPoisonGeneratingAnnotations()) in simplifyWithOpsReplaced()
H A DValueTracking.cpp7362 Op->hasPoisonGeneratingAnnotations()) in canCreateUndefOrPoison()
H A DScalarEvolution.cpp4210 if (I->hasPoisonGeneratingAnnotations()) in canReuseInstruction()