Searched refs:TIB (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp1604 MachineBasicBlock::iterator TIB = TBB->begin(); local
1608 while (TIB != TIE && FIB != FIE) {
1610 if (TIB->isDebugValue()) {
1611 while (TIB != TIE && TIB->isDebugValue())
1612 ++TIB;
1613 if (TIB == TIE)
1622 if (!TIB->isIdenticalTo(FIB, MachineInstr::CheckKillDead))
1625 if (TII->isPredicated(TIB))
1630 for (unsigned i = 0, e = TIB
[all...]
H A DIfConversion.cpp565 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin();
569 while (TIB != TIE && FIB != FIE) {
571 if (TIB->isDebugValue()) {
572 while (TIB != TIE && TIB->isDebugValue())
573 ++TIB;
574 if (TIB == TIE)
583 if (!TIB->isIdenticalTo(FIB))
586 ++TIB;
592 while (TIE != TIB) {
[all...]
/freebsd-10-stable/sys/boot/ficl/
H A Dficl.h172 ** 12 Jan 1999 (sobral) Corrected EVALUATE behavior. Now TIB has an
174 ** of TIB, as well as vmPushTib. This size is used to calculate the "end"
332 ** done by a Text Input Buffer, so I've called this struct TIB.
347 } TIB; typedef in typeref:struct:__anon6380
493 TIB tib; /* address of incoming text string */
629 ** TIB access routines...
635 ** PopTib restores the TIB state given a saved TIB from PushTib
636 ** GetInBuf returns a pointer to the next unused char of the TIB
638 void vmPushTib (FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTi
[all...]
H A Dvm.c472 void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib)
485 void vmPopTib(FICL_VM *pVM, TIB *pTib)
H A Dficl.c376 TIB saveTib;
/freebsd-10-stable/contrib/libreadline/
H A Dreadline.c975 TIB *tibp;

Completed in 112 milliseconds