HomeSort by relevance Sort by last modified time
    Searched refs:IsStart (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
StackColoring.cpp 238 bool IsStart = BI->getOpcode() == TargetOpcode::LIFETIME_START;
250 if (IsStart) {
377 bool IsStart = MI->getOpcode() == TargetOpcode::LIFETIME_START;
384 if (IsStart) {
  /external/v8/src/
unicode.cc 59 static inline bool IsStart(int32_t entry) {
99 bool is_start = IsStart(field);
154 bool is_start = IsStart(field);
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 424 bool scanDocumentIndicator(bool IsStart);
1069 bool Scanner::scanDocumentIndicator(bool IsStart) {
1075 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 255 milliseconds