Searched defs:LoopStructure (Results 1 – 8 of 8) sorted by relevance
34 struct LoopStructure { struct46 // The loop represented by this instance of LoopStructure is semantically argument63 LoopStructure() = default; argument65 template <typename M> LoopStructure map(M Map) const { in map() argument
410 struct LoopStructure { struct411 const char *Tag;413 BasicBlock *Header;414 BasicBlock *Latch;418 BranchInst *LatchBr;419 BasicBlock *LatchExit;420 unsigned LatchBrExitIdx;422 Value *IndVarNext;423 Value *IndVarStart;424 Value *LoopExitAt;[all …]
444 struct LoopStructure { struct445 const char *Tag = "";447 BasicBlock *Header = nullptr;448 BasicBlock *Latch = nullptr;452 BranchInst *LatchBr = nullptr;453 BasicBlock *LatchExit = nullptr;454 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();465 Value *IndVarBase = nullptr;466 Value *IndVarStart = nullptr;467 Value *IndVarStep = nullptr;[all …]
458 struct LoopStructure { struct459 const char *Tag = "";461 BasicBlock *Header = nullptr;462 BasicBlock *Latch = nullptr;466 BranchInst *LatchBr = nullptr;467 BasicBlock *LatchExit = nullptr;468 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();479 Value *IndVarBase = nullptr;480 Value *IndVarStart = nullptr;481 Value *IndVarStep = nullptr;[all …]
119 std::string LoopStructure() { in LoopStructure() function in art::LoopOptimizationTest