Searched refs:BBState (Results 1 – 4 of 4) sorted by relevance
186 class BBState { class213 BBState() = default;294 void MergePred(const BBState &Other);336 BBState &BBState) LLVM_ATTRIBUTE_UNUSED;340 void BBState::InitFromPred(const BBState &Other) { in InitFromPred()345 void BBState::InitFromSucc(const BBState &Other) { in InitFromSucc()352 void BBState::MergePred(const BBState &Other) { in MergePred()395 void BBState::MergeSucc(const BBState &Other) { in MergeSucc()1367 BBState &MyStates) { in VisitInstructionBottomUp()1440 BBState &MyStates = BBStates[BB]; in VisitBottomUp()[all …]
335 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction() local339 if (BBState.FirstUnguardedCall != MBB.end()) in runOnMachineFunction()340 insertVZeroUpper(BBState.FirstUnguardedCall, MBB); in runOnMachineFunction()345 if (BBState.ExitState == PASS_THROUGH) { in runOnMachineFunction()
3282 StackStateOfBB BBState; in verifyStackFrame() local3290 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()3291 BBState.ExitIsSetup = BBState.EntryIsSetup; in verifyStackFrame()3297 if (BBState.ExitIsSetup) in verifyStackFrame()3305 if (!BBState.ExitIsSetup) in verifyStackFrame()3307 int AbsSPAdj = BBState.ExitValue < 0 ? -BBState.ExitValue : in verifyStackFrame()3314 BBState.ExitValue += Size; in verifyStackFrame()3331 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame()3346 << BBState.ExitValue << ", " << BBState.ExitIsSetup << ").\n"; in verifyStackFrame()3352 if (BBState.ExitIsSetup) in verifyStackFrame()[all …]
1211 struct BBState { in AnalyzeBlock() struct1212 BBState(MachineBasicBlock &MBB) : MBB(&MBB) {} in AnalyzeBlock() function1220 SmallVector<BBState, 16> BBStack(1, MBB); in AnalyzeBlock()1223 BBState &State = BBStack.back(); in AnalyzeBlock()