/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 35 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/ |
D | DOTGraphTraitsPass.h | 35 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/ |
D | DOTGraphTraitsPass.h | 32 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/ |
D | DOTGraphTraitsPass.h | 35 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 D | DOTGraphTraitsPass.h | 32 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 D | TailDuplicator.cpp | 156 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 D | MachineBlockPlacement.cpp | 785 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 D | TailDuplicator.cpp | 159 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 D | MachineBlockPlacement.cpp | 718 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 D | TailDuplicator.cpp | 122 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 D | SemaStmtAsm.cpp | 141 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 D | types.h | 37 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 D | DOTGraphTraits.h | 38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | DOTGraphTraits.h | 39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | DOTGraphTraits.h | 38 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 D | DOTGraphTraits.h | 38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | DOTGraphTraits.h | 38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | DOTGraphTraits.h | 38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | DOTGraphTraits.h | 38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() function
|
/aosp_15_r20/external/cronet/net/dns/public/ |
H A D | dns_over_https_server_config.cc | 140 bool DnsOverHttpsServerConfig::IsSimple() const { in IsSimple() function in net::DnsOverHttpsServerConfig
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1264 bool IsSimple) { in EmitCIE() 1463 bool IsSimple; member
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | dtor.cpp | 516 const bool IsSimple = __is_trivial(T) && __is_same(T, U); in do_copy() local
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 506 bool IsSimple; member
|
/aosp_15_r20/external/clang/lib/Format/ |
H A D | UnwrappedLineParser.cpp | 1751 bool IsSimple = true; in parseJavaEnumBody() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCDwarf.h | 710 bool IsSimple = false; member
|