Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2442 const int64_t NewCSIdx = CalleeCallsiteMap[I]; in InlineFunction() local
2443 if (NewCSIdx >= 0) { in InlineFunction()
2444 assert(NewCSIdx != 0 && in InlineFunction()
2447 Ctx.ingestAllContexts(NewCSIdx, std::move(OtherSet)); in InlineFunction()