Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp73 if (CodeInfo) { in CloneBasicBlock()
74 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()
326 ClonedCodeInfo *CodeInfo; member
334 CodeInfo(codeInfo) {} in PruningFunctionCloner()
415 if (CodeInfo) { in CloneBlock()
416 CodeInfo->OrigVMap[&*II] = NewInst; in CloneBlock()
474 if (CodeInfo) { in CloneBlock()
475 CodeInfo->OrigVMap[OldTI] = NewInst; in CloneBlock()
485 if (CodeInfo) { in CloneBlock()
486 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h119 ClonedCodeInfo *CodeInfo = nullptr,
134 ClonedCodeInfo *CodeInfo = nullptr);
171 ClonedCodeInfo *CodeInfo = nullptr,
180 ClonedCodeInfo *CodeInfo = nullptr);
197 ClonedCodeInfo *CodeInfo = nullptr);