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

  /external/llvm/lib/IR/
PassRegistry.cpp 109 bool Inserted =
111 assert(Inserted && "Pass registered multiple times!");
112 (void)Inserted;
Verifier.cpp 708 bool Inserted = SeenIDs.insert(std::make_pair(ID, Op)).second;
709 Assert1(Inserted,
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 419 // LiveRegs was inserted in LiveOuts. Adjust all defs to be relative to
585 bool Inserted = false;
587 i != e && !Inserted; ++i) {
589 Inserted = true;
593 if (!Inserted)
InlineSpiller.cpp 43 STATISTIC(NumSpills, "Number of spills inserted");
45 STATISTIC(NumReloads, "Number of reloads inserted");
480 bool Inserted;
481 tie(SVI, Inserted) =
483 if (!Inserted) {
492 // List of (Reg, VNI) that have been inserted into SibValues, but need to be
519 // This is a PHI inserted by live range splitting. We could trace the
559 tie(SVI, Inserted) =
565 if (Inserted)
568 // Propagate to all inserted PHIs, not just VNI
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 31 /// it, otherwise return the bucket it should be inserted into.
73 /// If The result is equal to the input then the node has been inserted.
89 /// should be inserted using InsertNode.
172 Node *Inserted = GetOrInsertNode(N);
173 (void)Inserted;
174 assert(Inserted == N && "Node already inserted!");
729 /// types in an enclosing object so that they can be inserted into FoldingSets.
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 152 bool Inserted = CallSiteToFunctionMap.insert(
154 (void)Inserted;
155 assert(Inserted && "Pair was already in CallSiteToFunctionMap");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 163 /// loop preheaders be inserted into the CFG.
229 bool Inserted;
230 llvm::tie(PropsIt, Inserted) =
235 if (Inserted) {
827 // Splice the newly inserted blocks into the function right before the
    [all...]
LoopStrengthReduce.cpp     [all...]
SROA.cpp 488 bool Inserted;
490 llvm::tie(MTPI, Inserted) =
493 if (!Inserted) {
509 insertUse(II, Offset, Size, /*IsSplittable=*/Inserted && Length);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 458 bool inserted = FunctionsBeingProcessed.insert(FI); (void)inserted; local
459 assert(inserted && "Recursively being processed?");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 307 milliseconds