Searched defs:UB (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); local
H A DDependenceAnalysis.cpp866 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); local
892 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); local
1001 const SCEV *UB = SE->getBackedgeTakenCount(L); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp303 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); local
/freebsd-11.0-release/libexec/getty/
H A Dgettytab.h165 #define UB gettyflags[18].value macro
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h440 void setUpperBoundVariable(Expr *UB) { argument
506 Expr *UB; member in struct:clang::OMPLoopDirective::HelperExprs
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1234 EmitOMPForOuterLoop( OpenMPScheduleClauseKind ScheduleKind, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1491 LValue UB = local
[all...]
H A DCGOpenMPRuntime.cpp1805 emitForDispatchInit(CodeGenFunction &CGF, SourceLocation Loc, OpenMPScheduleClauseKind ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, llvm::Value *UB, llvm::Value *Chunk) argument
1838 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, OpenMPScheduleClauseKind ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
1905 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1323 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, argument
[all...]

Completed in 156 milliseconds