Home
last modified time | relevance | path

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

/external/deqp/executor/tools/
DxeTestLogCompare.cpp74 DE_DECLARE_COMMAND_LINE_OPT(OutValue, OutputValue);
99 << Option<OutValue> ("v", "value", "Value to extract", s_outputValues, "code"); in registerOptions()
386 cmdLine.outValue = opts.getOption<opt::OutValue>(); in parseCommandLine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp767 OutValuesType OutValue; in computeInsertionPoints() local
800 OutValue[IDFB].push_back(C); in computeInsertionPoints()
810 insertCHI(InValue, OutValue); in computeInsertionPoints()
812 findHoistableCandidates(OutValue, K, HPL); in computeInsertionPoints()