Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp79 if (CodeInfo) { in CloneBasicBlock()
80 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()
364 ClonedCodeInfo *CodeInfo; member
375 CodeInfo(codeInfo) { in PruningFunctionCloner()
572 if (CodeInfo) { in CloneBlock()
573 CodeInfo->OrigVMap[&*II] = NewInst; in CloneBlock()
634 if (CodeInfo) { in CloneBlock()
635 CodeInfo->OrigVMap[OldTI] = NewInst; in CloneBlock()
652 if (CodeInfo) { in CloneBlock()
653 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h120 ClonedCodeInfo *CodeInfo = nullptr,
135 ClonedCodeInfo *CodeInfo = nullptr);
172 ClonedCodeInfo *CodeInfo = nullptr,
181 ClonedCodeInfo *CodeInfo = nullptr);
198 ClonedCodeInfo *CodeInfo = nullptr);