Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
DMachineBlockPlacement.cpp718 bool IsSimple = TailDup.isSimpleBB(BB); in shouldTailDuplicate() local
3014 bool IsSimple = TailDup.isSimpleBB(BB); in maybeTailDuplicateBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDOTGraphTraits.h38 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/MC/
DMCDwarf.h619 bool IsSimple = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1791 bool IsSimple; member
DMCStreamer.cpp422 void MCStreamer::EmitCFIStartProc(bool IsSimple, SMLoc Loc) { in EmitCFIStartProc()