Home
last modified time | relevance | path

Searched defs:Inserted (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/IR/
DPassRegistry.cpp59 bool Inserted = in registerPass() local
DVerifier.cpp1222 bool Inserted = SeenIDs.insert(std::make_pair(ID, Op)).second; in visitModuleFlag() local
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h236 bool Inserted = NewBBs.insert(NewBB).second; in recordSplitCriticalEdge() local
/external/llvm/unittests/ADT/
DStringMapTest.cpp209 bool Inserted; in TEST_F() local
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp292 bool Inserted; in collectConstantCandidates() local
DLoopUnswitch.cpp224 bool Inserted; in countLoop() local
DLoopStrengthReduce.cpp3069 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertInitialFormula() local
3081 bool Inserted = InsertFormula(LU, LUIdx, F); in InsertSupplementalFormula() local
4711 DenseMap<BasicBlock *, Value *> Inserted; in RewriteForPHI() local
DSROA.cpp848 bool Inserted; in visitMemTransferInst() local
/external/llvm/lib/MC/
DMCContext.cpp285 bool Inserted; in createELFRelSection() local
/external/llvm/include/llvm/ADT/
DFoldingSet.h173 Node *Inserted = GetOrInsertNode(N); in InsertNode() local
/external/llvm/include/llvm/IR/
DPassManager.h463 bool Inserted; in getResultImpl() local
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp661 bool Inserted = false; in visitSoftInstr() local
DInlineSpiller.cpp494 bool Inserted; in traceSiblingValue() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp338 bool Inserted; in getStringOffset() local
/external/clang/lib/AST/
DVTableBuilder.cpp2941 bool Inserted; in GroupNewVirtualOverloads() local
/external/clang/lib/CodeGen/
DCGCall.cpp1250 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType() local
DMicrosoftCXXABI.cpp1465 bool Inserted; in getAddrOfVTable() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2796 bool Inserted = Done.insert(BB).second; in visitIndirectBr() local
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1506 property Inserted: IANTLRInterface read FInserted write FInserted; property