Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.cpp112 const FrameLocationStack &Context1 = getFrameLocationStack(Offset1); in inlineContextEqual() local
114 if (Context1.size() != Context2.size()) in inlineContextEqual()
119 return std::equal(Context1.begin(), Context1.begin() + Context1.size() - 1, in inlineContextEqual()
/external/llvm-project/llvm/unittests/IR/
DLegacyPassManagerTest.cpp384 LLVMContext Context1; in TEST() local
390 Module M1("custom-opt-bisect", Context1); in TEST()
406 Context1.setOptPassGate(SkipOptionalPasses); in TEST()