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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp230 class ModelledPHI { class in namespace:__anon4630
235 ModelledPHI() = default;
237 ModelledPHI(const PHINode *PN) { function in class:__anon4630::ModelledPHI
249 /// Create a dummy ModelledPHI that will compare unequal to any other ModelledPHI
252 static ModelledPHI createDummy(size_t ID) {
253 ModelledPHI M;
260 ModelledPHI(const VArray &V, const BArray &B) { function in class:__anon4630::ModelledPHI
267 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { function in class:__anon4630::ModelledPHI
312 bool operator==(const ModelledPHI
[all...]

Completed in 100 milliseconds