HomeSort by relevance Sort by last modified time
    Searched refs:BBState (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 181 class BBState {
208 BBState() : TopDownPathCount(0), BottomUpPathCount(0) { }
279 void InitFromPred(const BBState &Other);
280 void InitFromSucc(const BBState &Other);
281 void MergePred(const BBState &Other);
282 void MergeSucc(const BBState &Other);
315 const unsigned BBState::OverflowOccurredValue = 0xffffffff;
320 BBState &BBState) LLVM_ATTRIBUTE_UNUSED;
323 void BBState::InitFromPred(const BBState &Other)
    [all...]
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 298 BlockState &BBState = BlockStates[MBB.getNumber()];
302 if (BBState.FirstUnguardedCall != MBB.end())
303 insertVZeroUpper(BBState.FirstUnguardedCall, MBB);
308 if (BBState.ExitState == PASS_THROUGH) {
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
IfConversion.cpp 769 struct BBState {
770 BBState(MachineBasicBlock *BB) : MBB(BB), SuccsAnalyzed(false) {}
778 SmallVector<BBState, 16> BBStack(1, MBB);
781 BBState &State = BBStack.back();
    [all...]

Completed in 6611 milliseconds