Searched refs:AllowPartial (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/
H A DScalar.h145 int AllowPartial = -1, int Runtime = -1);
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp192 Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial, argument
194 return new LoopUnroll(Threshold, Count, AllowPartial, Runtime);
401 bool AllowPartial = UserAllowPartial ? CurrentAllowPartial : UP.Partial; local
402 if (!AllowPartial && !CountSetExplicitly) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc638 TEST_F(TextFormatTest, AllowPartial) {
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc576 TEST_F(TextFormatTest, AllowPartial) {

Completed in 187 milliseconds