Home
last modified time | relevance | path

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

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