Searched refs:TIE (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp193 TypeIndex TIE; local
195 TIE = TypeIndex::fromArrayIndex(capacity());
197 TIE = Next->Type;
200 visitRange(TIB, Prev->Offset, TIE);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp238 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
255 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
300 MachineBasicBlock::iterator TIE = TBBInfo.BB->end(); local
304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2,
326 for (auto &I : make_range(TIE, TBBInfo.BB->end())) {
357 for (auto &I : make_range(TIB, TIE)) {
721 /// @param TIE True Iterator End
725 /// Upon return [TIB, TIE), and [FIB, FIE) mark the un-duplicated portions of
738 MachineBasicBlock::iterator &TIE,
743 while (TIB != TIE
735 CountDuplicatedInstructions( MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE, unsigned &Dups1, unsigned &Dups2, MachineBasicBlock &TBB, MachineBasicBlock &FBB, bool SkipUnconditionalBranches) const argument
815 RescanInstructions( MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE, BBInfo &TrueBBI, BBInfo &FalseBBI) const argument
937 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); local
1001 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); local
2018 MachineBasicBlock::iterator TIE = TrueBBI.BB->getFirstTerminator(); local
[all...]
H A DBranchFolding.cpp1928 MachineBasicBlock::iterator TIE = TBB->end(); local
1930 while (TIB != TIE && FIB != FIE) {
1932 TIB = skipDebugInstructionsForward(TIB, TIE, false);
1934 if (TIB == TIE || FIB == FIE)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp153 TypeIndex TIE{Header->TypeIndexEnd};
154 while (TIB < TIE) {
/netbsd-current/sys/arch/hpc/stand/hpcboot/sh3/dev/
H A Dsh_dev.cpp120 DBG_BIT_PRINT(r, TIE);
/netbsd-current/games/gomoku/
H A Dgomoku.h77 #define TIE 4 macro
H A Dmakemove.c96 * TIE The game is a tie.
229 return TIE;
H A Dmain.c265 case TIE:
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp4634 const CXXTypeidExpr *TIE = cast<CXXTypeidExpr>(E); local
4637 if (TIE->isTypeOperand()) {
4639 mangleType(TIE->getTypeOperand(Context.getASTContext()));
4642 mangleExpression(TIE->getExprOperand());

Completed in 142 milliseconds