Searched defs:IsStart (Results 1 – 8 of 8) sorted by relevance
47 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker()85 bool IsStart; in collectMarkers() local228 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local
102 bool IsStart; member
836 bool IsStart = false; in calculateLiveIntervals() local
43 static inline bool IsStart(int32_t entry) { return (entry & kStartBit) != 0; } in IsStart() function
1140 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator()
72 bool IsStart() const { return (value_ & (kHalfStep - 1)) == 0; } in IsStart() function
6681 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
6728 SDValue SelectionDAG::getLifetimeNode(bool IsStart, const SDLoc &dl, in getLifetimeNode()