HomeSort by: relevance | last modified time | path
    Searched defs:IsStart (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
DefineExternalSectionStartAndEndSymbols.h 28 SectionRangeSymbolDesc(Section &Sec, bool IsStart)
29 : Sec(&Sec), IsStart(IsStart) {}
31 bool IsStart = false;
53 if (D.IsStart) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
StackLifetime.h 118 bool IsStart;
121 /// List of {InstNo, {AllocaNo, IsStart}} for each BB, ordered by InstNo.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp 113 bool IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start;
114 if (IsStart)
116 BBMarkerSet[BB][II] = {AllocaNo, IsStart};
145 << (M.IsStart ? "start " : "end ") << M.AllocaNo
151 if (M.IsStart) {
256 bool IsStart = It.second.IsStart;
259 if (IsStart) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp 520 /// starting or ending are added to the vector "slots" and "isStart" is set
525 bool &isStart);
618 bool &isStart) {
628 isStart = false;
632 isStart = true;
650 isStart = true;
769 bool isStart = false;
771 if (isLifetimeStartOrEnd(MI, slots, isStart)) {
772 if (!isStart) {
880 bool IsStart = false
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 6758 bool IsStart = (Intrinsic == Intrinsic::lifetime_start);
6787 Res = DAG.getLifetimeNode(IsStart, sdl, getRoot(), FrameIndex, ObjectSize,

Completed in 50 milliseconds