Home
last modified time | relevance | path

Searched defs:BBState (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp330 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp1213 struct BBState { in AnalyzeBlock() struct
1214 BBState(MachineBasicBlock &MBB) : MBB(&MBB), SuccsAnalyzed(false) {} in AnalyzeBlock() function
1215 MachineBasicBlock *MBB; in AnalyzeBlock()
1218 bool SuccsAnalyzed; in AnalyzeBlock()
DMachineVerifier.cpp2787 StackStateOfBB BBState; in verifyStackFrame() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp185 class BBState { class