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

  /external/llvm/lib/Transforms/Scalar/
FlattenCFGPass.cpp 21 #define DEBUG_TYPE "flattencfg"
42 INITIALIZE_PASS_BEGIN(FlattenCFGPass, "flattencfg", "Flatten the CFG", false,
45 INITIALIZE_PASS_END(FlattenCFGPass, "flattencfg", "Flatten the CFG", false,
48 // Public interface to the FlattenCFG pass
51 /// iterativelyFlattenCFG - Call FlattenCFG on all the blocks in the function,
62 if (FlattenCFG(BBIt++, AA)) {
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 145 bool FlattenCFG(BasicBlock *BB, AliasAnalysis *AA = nullptr);
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 24 #define DEBUG_TYPE "flattencfg"
482 /// FlattenCFG - This function is used to flatten a CFG. For
486 bool llvm::FlattenCFG(BasicBlock *BB, AliasAnalysis *AA) {

Completed in 938 milliseconds