HomeSort by relevance Sort by last modified time
    Searched refs:LoopData (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 52 typedef BlockFrequencyInfoImplBase::LoopData LoopData;
267 const LoopData *OuterLoop,
329 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) {
341 void BlockFrequencyInfoImplBase::computeLoopScale(LoopData &Loop) {
375 void BlockFrequencyInfoImplBase::packageLoop(LoopData &Loop) {
401 LoopData *OuterLoop,
474 static void unwrapLoop(BlockFrequencyInfoImplBase &BFI, LoopData &Loop) {
501 for (LoopData &Loop : Loops
    [all...]

Completed in 3063 milliseconds