Searched refs:hasSameSpecialState (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 849 bool Instruction::hasSameSpecialState(const Instruction *I2, in hasSameSpecialState() function in Instruction 940 return this->hasSameSpecialState(I, /*IgnoreAlignment=*/false, in isIdenticalToWhenDefined() 955 return this->hasSameSpecialState(I, /*IgnoreAlignment=*/false, in isIdenticalToWhenDefined() 983 return this->hasSameSpecialState(I, IgnoreAlignment, IntersectAttrs); in isSameOperationAs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 199 Store0->hasSameSpecialState(Store1) && in canSinkFromBlock()
|
| H A D | EarlyCSE.cpp | 404 LII->hasSameSpecialState(RII, /*IgnoreAlignment=*/false, in isEqualImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 974 hasSameSpecialState(const Instruction *I2, bool IgnoreAlignment = false,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1556 SI.hasSameSpecialState(OtherStore); in mergeStoreIntoSuccessor()
|