/external/llvm/lib/ProfileData/ |
InstrProf.cpp | 346 InstrProfRecord::ValueMapType *VMap) { 352 Record.addValueData(Kind, VSite, ValueData, ValueDataCount, VMap); 385 InstrProfRecord::ValueMapType *VMap) { 391 VR->deserializeTo(Record, VMap);
|
/external/llvm/lib/Transforms/Scalar/ |
LoopDistribute.cpp | 129 VMap, Twine(".ldist") + Twine(Index), 145 /// \brief The VMap that is populated by cloning and then used in 147 ValueToValueMapTy &getVMap() { return VMap; } 149 /// \brief Remaps the cloned instructions using VMap. 151 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); 163 if (!VMap.empty()) 164 NewInst = cast<Instruction>(VMap[NewInst]); 214 ValueToValueMapTy VMap;
|
LoopUnswitch.cpp | 159 // Note, that new loop data is stored inside the VMap. 161 const ValueToValueMapTy &VMap); 350 // Note, that new loop data is stored inside the VMap. 352 const ValueToValueMapTy &VMap) { 374 Value *NewI = VMap.lookup(OldInst); 376 assert(NewInst && "All instructions that are in SrcBB must be in VMap."); [all...] |
/external/llvm/lib/Transforms/Utils/ |
ValueMapper.cpp | 422 /// current values into those specified by VMap. 424 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap, 429 Value *V = MapValue(*op, VMap, Flags, TypeMapper, Materializer); 441 Value *V = MapValue(PN->getIncomingBlock(i), VMap, Flags); 456 MDNode *New = MapMetadata(Old, VMap, Flags, TypeMapper, Materializer);
|
SimplifyCFG.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
WinEHPrepare.cpp | 592 ValueToValueMapTy VMap; 607 CloneBasicBlock(BB, VMap, Twine(".for.", FuncletPadBB->getName())); 613 VMap[BB] = CBB; 654 // references as we go. This uses VMap to do all the hard work. 658 RemapInstruction(&I, VMap, 715 ValueToValueMapTy::iterator I = VMap.find(Inst); 716 if (I != VMap.end()) 725 for (ValueToValueMapTy::value_type VT : VMap) { [all...] |
/art/compiler/driver/ |
compiled_method_storage.cc | 177 dedupe_vmap_table_("dedupe vmap table",
|
/external/llvm/include/llvm/Transforms/Utils/ |
LoopVersioning.h | 98 ValueToValueMapTy VMap;
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 727 typedef llvm::DenseMap<void*,unsigned> VMap; 728 VMap M; 756 VMap::iterator SrcI= M.find(Src); 767 VMap::iterator DstI= M.find(Dst);
|
/art/oatdump/ |
oatdump.cc | [all...] |
/art/compiler/dex/ |
dex_to_dex_compiler.cc | 347 // Create a `CompiledMethod`, with the quickened information in the vmap table.
|
/external/compiler-rt/lib/profile/ |
InstrProfData.inc | 214 InstrProfRecord::ValueMapType *VMap); 293 InstrProfRecord::ValueMapType *VMap);
|
/external/llvm/include/llvm/ProfileData/ |
InstrProfData.inc | 214 InstrProfRecord::ValueMapType *VMap); 293 InstrProfRecord::ValueMapType *VMap);
|
/external/clang/lib/Analysis/ |
ThreadSafety.cpp | 552 LocalVariableMap* VMap; 556 : VMap(VM), Ctx(C) {} 574 Ctx = VMap->addDefinition(VD, E, Ctx); 580 VMap->saveContext(S, Ctx); 595 Ctx = VMap->updateDefinition(VDec, BO->getRHS(), Ctx); 598 Ctx = VMap->clearDefinition(VDec, Ctx); 599 VMap->saveContext(BO, Ctx); [all...] |
/external/llvm/tools/bugpoint/ |
BugDriver.h | 338 ValueToValueMapTy &VMap);
|
/external/clang/lib/CodeGen/ |
CGVTables.cpp | 158 llvm::ValueToValueMapTy VMap; 159 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap, [all...] |
/art/compiler/ |
oat_writer.cc | 728 // If we don't have quick code, then we must have a vmap, as that is how the dex2dex 731 // The code offset was 0 when the mapping/vmap table offset was set, so it's set [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/ |
symbolizer.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/ |
symbolizer.a | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ChangeLog-9193 | 402 Functions taken out of coff-mips.c. Handle vmap type VMAPFILE. [all...] |