Searched refs:includeAllBlocks (Results 1 – 2 of 2) sorted by relevance
1051 static bool includeAllBlocks(const Block &B) { return true; } in includeAllBlocks() function1060 template <typename PredFn = decltype(includeAllBlocks)>1061 Error addBlock(Block &B, PredFn Pred = includeAllBlocks) {1095 typename PredFn = decltype(includeAllBlocks)>1096 Error addBlocks(BlockPtrRange &&Blocks, PredFn Pred = includeAllBlocks) {
1026 static bool includeAllBlocks(const Block &B) { return true; } in includeAllBlocks() function1035 template <typename PredFn = decltype(includeAllBlocks)>1036 Error addBlock(Block &B, PredFn Pred = includeAllBlocks) {1070 typename PredFn = decltype(includeAllBlocks)>1071 Error addBlocks(BlockPtrRange &&Blocks, PredFn Pred = includeAllBlocks) {