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

/external/llvm/lib/CodeGen/
H A DStackColoring.cpp264 bool IsStart = BI->getOpcode() == TargetOpcode::LIFETIME_START; local
276 if (IsStart) {
414 bool IsStart = MI->getOpcode() == TargetOpcode::LIFETIME_START; local
421 if (IsStart) {
/external/v8/src/
H A Dunicode.cc59 static inline bool IsStart(int32_t entry) { function in namespace:unibrow
99 bool is_start = IsStart(field);
154 bool is_start = IsStart(field);
/external/llvm/lib/Support/
H A DYAMLParser.cpp424 bool scanDocumentIndicator(bool IsStart);
1085 bool Scanner::scanDocumentIndicator(bool IsStart) { argument
1091 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5152 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); local
5173 unsigned Opcode = (IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END);

Completed in 743 milliseconds