Searched defs:BBState (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp308 BlockState &BBState = BlockStates[MBB.getNumber()]; local
312 if (BBState.FirstUnguardedCall != MBB.end())
313 insertVZeroUpper(BBState.FirstUnguardedCall, MBB);
318 if (BBState.ExitState == PASS_THROUGH) {
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp803 struct BBState { struct
804 BBState(MachineBasicBlock *BB) : MBB(BB), SuccsAnalyzed(false) {} function in struct:BBState
812 SmallVector<BBState, 16> BBStack(1, MBB);
815 BBState &State = BBStack.back();
H A DMachineVerifier.cpp1962 StackStateOfBB BBState; local
1968 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue;
1969 BBState.EntryIsSetup = SPState[StackPred->getNumber()].ExitIsSetup;
1970 BBState.ExitValue = BBState.EntryValue;
1971 BBState.ExitIsSetup = BBState.EntryIsSetup;
1982 if (BBState.ExitIsSetup)
1984 BBState.ExitValue -= Size;
1985 BBState
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp181 class BBState { class in namespace:__anon14681
208 BBState() : TopDownPathCount(0), BottomUpPathCount(0) { } function in class:__anon14681::BBState
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
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp1291 /// BBState - Per-BasicBlock state.
1292 class BBState { class in namespace:__anon23059
1313 BBState() : TopDownPathCount(0), BottomUpPathCount(0) {} function in class:__anon23059::BBState
1360 void InitFromPred(const BBState &Other);
1361 void InitFromSucc(const BBState &Other);
1362 void MergePred(const BBState &Other);
1363 void MergeSucc(const BBState &Other);
1372 /// IsVisitedTopDown - Test whether the block for this BBState has been
1380 void BBState::InitFromPred(const BBState
[all...]

Completed in 218 milliseconds