Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp141 class ModelledPHI { class
146 ModelledPHI() = default;
148 ModelledPHI(const PHINode *PN, in ModelledPHI() function in __anonac6bc9b30111::ModelledPHI
173 static ModelledPHI createDummy(size_t ID) { in createDummy()
174 ModelledPHI M; in createDummy()
198 ModelledPHI(SmallVectorImpl<Instruction *> &V, in ModelledPHI() function in __anonac6bc9b30111::ModelledPHI
209 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, in ModelledPHI() function in __anonac6bc9b30111::ModelledPHI
255 bool operator==(const ModelledPHI &Other) const { in operator ==()
260 template <typename ModelledPHI> struct DenseMapInfo {
261 static inline ModelledPHI &getEmptyKey() { in getEmptyKey()
[all …]