HomeSort by: relevance | last modified time | path
    Searched refs:Boundary (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
CommonArgs.cpp 1324 // 16-byte boundary.
1552 unsigned Boundary;
1553 if (Value.getAsInteger(10, Boundary) || Boundary < 16 ||
1554 !llvm::isPowerOf2_64(Boundary)) {
1558 addArg("-x86-align-branch-boundary=" + Twine(Boundary));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.cpp 747 SlotIndex Boundary = Idx.getBoundaryIndex();
748 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Boundary);
751 return Boundary.getNextSlot();
754 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary);
768 VNInfo *VNI = defFromParent(0, ParentVNI, Boundary, *MI->getParent(),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 242 // Split this scope at the boundary region into two, which will belong to the
244 CHRScope *split(Region *Boundary) {
245 assert(Boundary && "Boundary null");
246 assert(RegInfos.begin()->R != Boundary &&
249 RegInfos, [&Boundary](const RegInfo &RI) { return Boundary == RI.R; });
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 3521 SourceLocation Boundary = getNameInfo().getBeginLoc();
3522 if (RTRange.isInvalid() || Boundary.isInvalid() ||
3523 !SM.isBeforeInTranslationUnit(RTRange.getEnd(), Boundary))

Completed in 69 milliseconds