Home
last modified time | relevance | path

Searched defs:IsSimple (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DDOTGraphTraitsPass.h35 bool IsSimple) { in viewGraphForFunction()
107 bool IsSimple) { in printGraphForFunction()
325 std::string FileNamePrefix, bool IsSimple) { in WriteDOTGraphToFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DDOTGraphTraitsPass.h35 bool IsSimple) { in viewGraphForFunction()
106 bool IsSimple) { in printGraphForFunction()
324 std::string FileNamePrefix, bool IsSimple) { in WriteDOTGraphToFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DDOTGraphTraitsPass.h32 bool IsSimple) { in viewGraphForFunction()
88 bool IsSimple) { in printGraphForFunction()
303 std::string FileNamePrefix, bool IsSimple) { in WriteDOTGraphToFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DDOTGraphTraitsPass.h35 bool IsSimple) { in viewGraphForFunction()
107 bool IsSimple) { in printGraphForFunction()
325 std::string FileNamePrefix, bool IsSimple) { in WriteDOTGraphToFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h32 bool IsSimple) { in viewGraphForFunction()
88 bool IsSimple) { in printGraphForFunction()
303 std::string FileNamePrefix, bool IsSimple) { in WriteDOTGraphToFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp156 bool IsSimple, MachineBasicBlock *MBB, in tailDuplicateAndUpdate()
283 bool IsSimple = isSimpleBB(&MBB); in tailDuplicateBlocks() local
553 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, in shouldTailDuplicate()
825 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBlock *TailBB, in tailDuplicate()
H A DMachineBlockPlacement.cpp785 bool IsSimple = TailDup.isSimpleBB(BB); in shouldTailDuplicate() local
3114 bool IsSimple = TailDup.isSimpleBB(BB); in maybeTailDuplicateBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp159 bool IsSimple, MachineBasicBlock *MBB, in tailDuplicateAndUpdate()
281 bool IsSimple = isSimpleBB(MBB); in tailDuplicateBlocks() local
549 bool TailDuplicator::shouldTailDuplicate(bool IsSimple, in shouldTailDuplicate()
804 bool TailDuplicator::tailDuplicate(bool IsSimple, MachineBasicBlock *TailBB, in tailDuplicate()
H A DMachineBlockPlacement.cpp718 bool IsSimple = TailDup.isSimpleBB(BB); in shouldTailDuplicate() local
3014 bool IsSimple = TailDup.isSimpleBB(BB); in maybeTailDuplicateBlock() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTailDuplicator.cpp122 bool TailDuplicator::tailDuplicateAndUpdate(MachineFunction &MF, bool IsSimple, in tailDuplicateAndUpdate()
239 bool IsSimple = isSimpleBB(MBB); in tailDuplicateBlocks() local
507 bool IsSimple, in shouldTailDuplicate()
722 bool TailDuplicator::tailDuplicate(MachineFunction &MF, bool IsSimple, in tailDuplicate()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt()
731 bool IsSimple = (NumOutputs != 0 || NumInputs != 0); in ActOnMSAsmStmt() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Dtypes.h37 inline bool IsSimple(clang::QualType qual) { in IsSimple() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
/aosp_15_r20/external/cronet/net/dns/public/
H A Ddns_over_https_server_config.cc140 bool DnsOverHttpsServerConfig::IsSimple() const { in IsSimple() function in net::DnsOverHttpsServerConfig
/aosp_15_r20/external/llvm/lib/MC/
H A DMCDwarf.cpp1264 bool IsSimple) { in EmitCIE()
1463 bool IsSimple; member
/aosp_15_r20/external/clang/test/Analysis/
H A Ddtor.cpp516 const bool IsSimple = __is_trivial(T) && __is_same(T, U); in do_copy() local
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCDwarf.h506 bool IsSimple; member
/aosp_15_r20/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp1751 bool IsSimple = true; in parseJavaEnumBody() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCDwarf.h710 bool IsSimple = false; member

12