Home
last modified time | relevance | path

Searched refs:bumpIndent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1327 bumpIndent(0); in dump()
1399 bumpIndent(1); in dumpBasicBlock()
1419 bumpIndent(-1); in dumpBasicBlock()
1427 bumpIndent(1); in dumpRegion()
1436 bumpIndent(-1); in dumpRegion()
H A DVPlanHelpers.h428 void bumpIndent(int b) { Indent = std::string((Depth += b) * TabWidth, ' '); } in bumpIndent() function