Searched defs:Bounds (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 313 const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, in Build() 497 PreambleBounds Bounds, in CanReuse() 609 PreambleBounds Bounds(PreambleBytes.size(), PreambleEndsAtStartOfLine); in AddImplicitPreamble() local 616 auto Bounds = ComputePreambleBounds(*CI.getLangOpts(), *MainFileBuffer, 0); in OverridePreamble() local 792 PreambleBounds Bounds, CompilerInvocation &CI, in configurePreamble()
|
H A D | ASTUnit.cpp | 1306 PreambleBounds Bounds = ComputePreambleBounds( in getMainBufferWithPrecompiledPreamble() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 482 LoopBounds Bounds(BlockInfo, MTM.Loops); in computeTrace() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1393 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 927 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), in optimizeMemChr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3099 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop() local
|