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 264 bool IsStart = BI->getOpcode() == TargetOpcode::LIFETIME_START;
276 if (IsStart) {
414 bool IsStart = MI->getOpcode() == TargetOpcode::LIFETIME_START;
421 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);
1085 bool Scanner::scanDocumentIndicator(bool IsStart) {
1091 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 128 milliseconds