HomeSort by relevance Sort by last modified time
    Searched refs:LOffset (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 548 int LOffset = Lineno - HeaderLineno;
551 BodySamples.lookup(InstructionLocation(LOffset, Discriminator));
553 << " (line offset: " << LOffset << "." << Discriminator
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 497 bool getCachedResult(unsigned LOffset, unsigned ROffset) const {
500 if (LQueryFID != CommonFID) LOffset = LCommonOffset;
508 if (LOffset == ROffset)
511 return LOffset < ROffset;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 659 Value *LOffset = EmitGEPOffset(GEPLHS);
665 Type *LHSIndexTy = LOffset->getType();
672 LOffset = Builder->CreateTrunc(LOffset, RHSIndexTy);
676 LOffset, ROffset);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 197 milliseconds