Home
last modified time | relevance | path

Searched refs:hasSameSpecialState (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp849 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 DMergedLoadStoreMotion.cpp199 Store0->hasSameSpecialState(Store1) && in canSinkFromBlock()
H A DEarlyCSE.cpp404 LII->hasSameSpecialState(RII, /*IgnoreAlignment=*/false, in isEqualImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h974 hasSameSpecialState(const Instruction *I2, bool IgnoreAlignment = false,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1556 SI.hasSameSpecialState(OtherStore); in mergeStoreIntoSuccessor()