Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2178 auto FuncVI = FSToVIMap[Func]; in calleeMatchesFunc() local
2179 if (Callee == FuncVI || in calleeMatchesFunc()
2183 (Alias && Alias->getAliaseeVI() == FuncVI)) in calleeMatchesFunc()
2196 FuncVI, Callee, Depth, FoundCalleeChain, FoundMultipleCalleeChains)) { in calleeMatchesFunc()
2197 LLVM_DEBUG(dbgs() << "Not found through unique tail call chain: " << FuncVI in calleeMatchesFunc()
H A DWholeProgramDevirt.cpp1150 if (mustBeUnreachableFunction(VTP.FuncVI)) in tryFindVirtualCallTargets()
1153 TargetsForSlot.push_back(VTP.FuncVI); in tryFindVirtualCallTargets()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1114 : FuncVI(VI), VTableOffset(Offset) {}
1116 ValueInfo FuncVI;
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9829 assert(VTableFuncs[P.first].FuncVI == EmptyVI && in parseOptionalVTableFuncs()
9831 Infos.emplace_back(&VTableFuncs[P.first].FuncVI, P.second); in parseOptionalVTableFuncs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3278 Out << "(virtFunc: ^" << Machine.getGUIDSlot(P.FuncVI.getGUID()) in printGlobalVarSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4306 NameVals.push_back(VE.getValueID(P.FuncVI.getValue())); in writeModuleLevelReferences()