Home
last modified time | relevance | path

Searched refs:IsSimple (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h31 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
58 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
73 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
107 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
125 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
136 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
151 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
169 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDOTGraphTraits.h30 bool IsSimple;
34 return IsSimple; in isSimple()
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTailDuplicator.h78 bool shouldTailDuplicate(bool IsSimple, MachineBasicBlock &TailBB);
90 bool IsSimple, MachineBasicBlock *MBB,
117 bool tailDuplicate(bool IsSimple,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTailDuplicator.cpp159 bool IsSimple, MachineBasicBlock *MBB, in tailDuplicateAndUpdate() argument
169 if (!tailDuplicate(IsSimple, MBB, ForcedLayoutPred, TDBBs, Copies)) in tailDuplicateAndUpdate()
281 bool IsSimple = isSimpleBB(MBB); in tailDuplicateBlocks() local
283 if (!shouldTailDuplicate(IsSimple, *MBB)) in tailDuplicateBlocks()
286 MadeChange |= tailDuplicateAndUpdate(IsSimple, MBB, nullptr); in tailDuplicateBlocks()
549 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, in shouldTailDuplicate() argument
659 if (IsSimple) in shouldTailDuplicate()
804 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBlock *TailBB, in tailDuplicate() argument
814 if (IsSimple) in tailDuplicate()
DMachineBlockPlacement.cpp718 bool IsSimple = TailDup.isSimpleBB(BB); in shouldTailDuplicate() local
722 return TailDup.shouldTailDuplicate(IsSimple, *BB); in shouldTailDuplicate()
3014 bool IsSimple = TailDup.isSimpleBB(BB); in maybeTailDuplicateBlock() local
3015 TailDup.tailDuplicateAndUpdate(IsSimple, BB, LPred, in maybeTailDuplicateBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1661 if (!Frame.IsSimple) { in EmitCIE()
1760 unsigned LSDAEncoding, bool IsSignalFrame, bool IsSimple, in CIEKey()
1764 IsSimple(IsSimple), RAReg(RAReg), IsBKeyFrame(IsBKeyFrame) {} in CIEKey()
1770 IsSimple(Frame.IsSimple), RAReg(Frame.RAReg), in CIEKey()
1781 IsSignalFrame, IsSimple, RAReg) < in operator <()
1784 Other.IsSimple, Other.RAReg); in operator <()
1791 bool IsSimple; member
1807 Key.IsSignalFrame, Key.IsSimple, Key.RAReg, Key.IsBKeyFrame)); in getHashValue()
1815 LHS.IsSimple == RHS.IsSimple && LHS.RAReg == RHS.RAReg && in isEqual()
DMCStreamer.cpp422 void MCStreamer::EmitCFIStartProc(bool IsSimple, SMLoc Loc) { in EmitCFIStartProc() argument
428 Frame.IsSimple = IsSimple; in EmitCFIStartProc()
DMCAsmStreamer.cpp1526 if (Frame.IsSimple) in EmitCFIStartProcImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h619 bool IsSimple = false; member
DMCStreamer.h934 void EmitCFIStartProc(bool IsSimple, SMLoc Loc = SMLoc());