Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DScalar.h184 int AllowPartial = -1, int Runtime = -1);
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp249 Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial, in INITIALIZE_PASS_DEPENDENCY()
251 return new LoopUnroll(Threshold, Count, AllowPartial, Runtime); in INITIALIZE_PASS_DEPENDENCY()
1011 bool AllowPartial = PragmaEnableUnroll || in runOnLoop() local
1013 if (!AllowPartial && !CountSetExplicitly) { in runOnLoop()
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc825 TEST_F(TextFormatTest, AllowPartial) { in TEST_F() argument