Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp239 const SampleContextFrameVector &Context2 = getFrameLocationStack(Offset2); in inlineContextEqual() local
240 if (Context1.size() != Context2.size()) in inlineContextEqual()
247 Context2.begin(), Context2.begin() + Context2.size() - 1); in inlineContextEqual()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp386 LLVMContext Context2; in TEST() local
392 Module M2("custom-opt-bisect2", Context2); in TEST()
408 Context2.setOptPassGate(RunOptionalPasses); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h649 auto &Context2 = That.FullContext[I];
650 auto V = Context1.FuncName.compare(Context2.FuncName);
653 if (Context1.Location != Context2.Location)
654 return Context1.Location < Context2.Location;