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

  /external/llvm/lib/VMCore/
PassRegistry.cpp 108 bool Inserted =
110 assert(Inserted && "Pass registered multiple times!");
111 (void)Inserted;
  /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 40 STATISTIC(NumSpills, "Number of spills inserted");
42 STATISTIC(NumReloads, "Number of reloads inserted");
476 bool Inserted;
477 tie(SVI, Inserted) =
479 if (!Inserted) {
488 // List of (Reg, VNI) that have been inserted into SibValues, but need to be
515 // This is a PHI inserted by live range splitting. We could trace the
555 tie(SVI, Inserted) =
561 if (Inserted)
564 // 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!");
728 /// types in an enclosing object so that they can be inserted into FoldingSets.
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 153 bool Inserted = CallSiteToFunctionMap.insert(
155 (void)Inserted;
156 assert(Inserted && "Pair was already in CallSiteToFunctionMap");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 418 bool inserted = FunctionsBeingProcessed.insert(FI); (void)inserted; local
419 assert(inserted && "Recursively being processed?");
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 337 milliseconds