Home
last modified time | relevance | path

Searched defs:ClonedCodeInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h62 struct ClonedCodeInfo { struct
85 ClonedCodeInfo() = default; argument
87 bool isSimplified(const Value *From, const Value *To) const { in isSimplified()