/external/llvm/lib/Analysis/ |
D | CFG.cpp | 112 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() 122 static bool loopContainsBoth(const LoopInfo *LI, in loopContainsBoth() 132 const LoopInfo *LI) { in isPotentiallyReachableInner() 175 const DominatorTree *DT, const LoopInfo *LI) { in isPotentiallyReachable() 187 const DominatorTree *DT, const LoopInfo *LI) { in isPotentiallyReachable()
|
D | Loads.cpp | 113 if (LoadInst *LI = dyn_cast<LoadInst>(BBI)) { in isSafeToLoadUnconditionally() local 170 if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) in FindAvailableLoadedValue() local
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 39 LiveInterval &LI = LIS.createEmptyInterval(VReg); in createEmptyIntervalFrom() local 166 bool LiveRangeEdit::foldAsLoad(LiveInterval *LI, in foldAsLoad() 272 LiveInterval &LI = LIS.getInterval(Reg); in eliminateDeadDef() local 344 LiveInterval *LI = ToShrink.back(); in eliminateDeadDefs() local 412 LiveInterval &LI = LIS.getInterval(get(I)); in calculateRegClassAndHint() local
|
D | LiveRangeCalc.h | 171 void createDeadDefs(LiveInterval &LI) { in createDeadDefs() 182 void extendToUses(LiveInterval &LI) { in extendToUses()
|
D | RegAllocBasic.cpp | 91 void enqueue(LiveInterval *LI) override { in enqueue() 98 LiveInterval *LI = Queue.top(); in dequeue() local
|
D | SplitKit.cpp | 379 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() local 424 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in forceRecompute() local 437 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() local 634 LiveInterval *LI = &LIS.getInterval(Edit->get(0)); in removeBackCopies() local 733 LiveInterval *LI = &LIS.getInterval(Edit->get(0)); in hoistCopiesForSize() local 993 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in rewriteAssigned() local 1021 LiveInterval *LI = &LIS.getInterval(*I); in deleteRematVictims() local 1095 LiveInterval &LI = LIS.getInterval(*I); in finish() local
|
D | InlineSpiller.cpp | 545 LiveInterval &LI = LIS.getInterval(Reg); in traceSiblingValue() local 657 LiveInterval &LI = LIS.getInterval(Reg); in analyzeSiblingValues() local 764 LiveInterval *LI; in eliminateRedundantSpills() local 822 void InlineSpiller::markValueUsed(LiveInterval *LI, VNInfo *VNI) { in markValueUsed() 941 LiveInterval &LI = LIS.getInterval(Reg); in reMaterializeAll() local 955 LiveInterval &LI = LIS.getInterval(Reg); in reMaterializeAll() local 984 LiveInterval &LI = LIS.getInterval(Reg); in reMaterializeAll() local
|
D | LiveIntervalAnalysis.cpp | 183 void LiveIntervals::computeVirtRegInterval(LiveInterval &LI) { in computeVirtRegInterval() 465 void LiveIntervals::pruneValue(LiveInterval *LI, SlotIndex Kill, in pruneValue() 537 LiveInterval *LI = &getInterval(Reg); in addKillFlags() local 617 LiveIntervals::hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const { in hasPHIKill() argument 663 bool LiveIntervals::checkRegMaskInterference(LiveInterval &LI, in checkRegMaskInterference() 769 LiveInterval &LI = LIS.getInterval(Reg); in updateAllRanges() local 1105 LiveInterval &LI = getInterval(Reg); in repairIntervalsInRange() local
|
D | AtomicExpandLoadLinkedPass.cpp | 88 else if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) in runOnFunction() local 99 bool AtomicExpandLoadLinked::expandAtomicLoad(LoadInst *LI) { in expandAtomicLoad()
|
/external/llvm/lib/TableGen/ |
D | StringMatcher.cpp | 106 for (std::map<char, std::vector<const StringPair*> >::iterator LI = in EmitStringMatcherForChar() local 139 for (std::map<unsigned, std::vector<const StringPair*> >::iterator LI = in Emit() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 115 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in isLoopDead() local 211 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runOnLoop() local 233 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end(); in runOnLoop() local
|
D | LowerAtomic.cpp | 102 static bool LowerLoadInst(LoadInst *LI) { in LowerLoadInst() 130 else if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in runOnBasicBlock() local
|
D | LICM.cpp | 109 LoopInfo *LI; // Current LoopInfo member 436 if (LoadInst *LI = dyn_cast<LoadInst>(&I)) { in canSinkOrHoistInst() local 690 LoopInfo &LI; member in __anondb0e643e0211::LoopPromoter 725 if (LoadInst *LI = dyn_cast<LoadInst>(I)) in isInstInList() local 750 void replaceLoadWithValue(LoadInst *LI, Value *V) const override { in replaceLoadWithValue()
|
D | ScalarReplAggregates.cpp | 474 if (LoadInst *LI = dyn_cast<LoadInst>(UI)) { in CanConvertToScalar() local 629 if (LoadInst *LI = dyn_cast<LoadInst>(User)) { in ConvertUsesToScalar() local 1090 if (LoadInst *LI = dyn_cast<LoadInst>(I)) in isInstInList() local 1101 else if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) in updateDebugInfo() local 1117 } else if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { in updateDebugInfo() local 1149 LoadInst *LI = dyn_cast<LoadInst>(U); in isSafeSelectToSpeculate() local 1189 LoadInst *LI = dyn_cast<LoadInst>(U); in isSafePHIToSpeculate() local 1248 if (LoadInst *LI = dyn_cast<LoadInst>(U)) { in tryToMakeAllocaBePromotable() local 1328 LoadInst *LI = cast<LoadInst>(SI->user_back()); in tryToMakeAllocaBePromotable() local 1375 LoadInst *LI = cast<LoadInst>(PN->user_back()); in tryToMakeAllocaBePromotable() local [all …]
|
D | LoadCombine.cpp | 92 PointerOffsetPair LoadCombine::getPointerOffsetPair(LoadInst &LI) { in getPointerOffsetPair() 241 LoadInst *LI = dyn_cast<LoadInst>(&I); in runOnBasicBlock() local
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 195 BasicBlock::iterator LI = L->begin(), LE = L->end(); in diff() local 277 InvokeInst *LI = cast<InvokeInst>(L); in diff() local 289 BranchInst *LI = cast<BranchInst>(L); in diff() local 307 SwitchInst *LI = cast<SwitchInst>(L); in diff() local 465 LI = L->arg_begin(), LE = L->arg_end(), in diff() local 520 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) { in runBlockDiff() local 545 BasicBlock::iterator LI = LStart, RI = RStart; in runBlockDiff() local
|
/external/llvm/lib/Analysis/IPA/ |
D | GlobalsModRef.cpp | 258 if (LoadInst *LI = dyn_cast<LoadInst>(I)) { in AnalyzeUsesOfPointer() local 308 if (LoadInst *LI = dyn_cast<LoadInst>(U)) { in AnalyzeIndirectGlobalMemory() local 442 if (LoadInst *LI = dyn_cast<LoadInst>(&*II)) { in AnalyzeCallGraph() local 510 if (const LoadInst *LI = dyn_cast<LoadInst>(UV1)) in alias() local 514 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2)) in alias() local
|
/external/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 130 LoopInfo *LI; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 236 for (Loop::iterator LI = L.begin(), LE = L.end(); LI != LE; ++LI) in formLCSSARecursively() local 252 LoopInfo *LI; member 301 for (Loop::iterator LI = L.begin(), LE = L.end(); LI != LE; ++LI) in verifyLoop() local
|
D | LoopSimplify.cpp | 255 LoopInfo *LI, ScalarEvolution *SE, Pass *PP) { in separateNestedLoop() 358 DominatorTree *DT, LoopInfo *LI) { in insertUniqueBackedgeBlock() 476 AliasAnalysis *AA, DominatorTree *DT, LoopInfo *LI, in simplifyOneLoop() 713 bool llvm::simplifyLoop(Loop *L, DominatorTree *DT, LoopInfo *LI, Pass *PP, in simplifyLoop() 749 LoopInfo *LI; member
|
D | PromoteMemoryToRegister.cpp | 67 if (const LoadInst *LI = dyn_cast<LoadInst>(U)) { in isAllocaPromotable() local 143 LoadInst *LI = cast<LoadInst>(User); in AnalyzeAlloca() local 365 LoadInst *LI = cast<LoadInst>(UserInst); in rewriteSingleStoreAlloca() local 467 LoadInst *LI = dyn_cast<LoadInst>(*UI++); in promoteSingleBlockAlloca() local 801 if (LoadInst *LI = dyn_cast<LoadInst>(I)) { in ComputeLiveInBlocks() local 1012 if (LoadInst *LI = dyn_cast<LoadInst>(I)) { in RenamePass() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 174 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyParsers"); in getAsmParser() local 185 std::vector<Record*> LI = in getAsmParserVariant() local 197 std::vector<Record*> LI = in getAsmParserVariantCount() local 205 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyWriters"); in getAsmWriter() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 66 if (LoadInst *LI = dyn_cast<LoadInst>(I)) { in isOnlyCopiedFromConstantGlobal() local 295 static Instruction *InstCombineLoadCast(InstCombiner &IC, LoadInst &LI, in InstCombineLoadCast() 360 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) { in visitLoadInst() 663 if (LoadInst *LI = dyn_cast<LoadInst>(BBI)) { in visitStoreInst() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 112 for (GCFunctionInfo::live_iterator LI = MD.live_begin(PI), in finishAssembly() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 163 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const { in replaceLoadWithValue()
|