Searched defs:InsertPts (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 199 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses() 361 InsertionPoints &InsertPts) { in isDominated() 388 InsertionPoints &InsertPts) { in tryAndMerge() 438 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint() 480 InsertionPoints &InsertPts) { in insertDefinitions() 522 InsertionPoints InsertPts; in promoteConstants() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 210 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses() 369 InsertionPoints &InsertPts) { in isDominated() 395 InsertionPoints &InsertPts) { in tryAndMerge() 445 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint() 487 InsertionPoints &InsertPts) { in insertDefinitions() 529 InsertionPoints InsertPts; in promoteConstants() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 254 SmallPtrSet<BasicBlock *, 16> &InsertPts = InsertPtsMap[Node].first; in findBestInsertionSet() local 298 SmallPtrSet<Instruction *, 8> InsertPts; in findConstantInsertionPoint() local
|
D | LICM.cpp | 301 SmallVector<Instruction *, 8> InsertPts; in runOnLoop() local 1215 SmallVectorImpl<Instruction *> &InsertPts, PredIteratorCache &PIC, in promoteLoopAccessesToScalars()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 175 ArrayRef<Instruction *> InsertPts, in PGOCounterPromoterHelper() 218 ArrayRef<Instruction *> InsertPts; member in __anon2547670e0111::PGOCounterPromoterHelper 338 SmallVector<Instruction *, 8> InsertPts; member in __anon2547670e0111::PGOCounterPromoter
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 252 SmallVector<Instruction *, 8> InsertPts; in runOnLoop() local 844 SmallVectorImpl<Instruction *> &InsertPts, PredIteratorCache &PIC, in promoteLoopAccessesToScalars()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 2701 Instruction *InsertPts[] = { 0, 0, 0 }; in MoveCalls() local
|